@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
.clearfloat { clear: both; width: 100%; height: 0px; font-size: 1px; line-height: 0; }
body {
	background-color: #f1f1f1;
	background-image: url(/_images/back.png);
	color: #333;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: center;
	font-size: 14px;
}
#container {
	width: 960px;
	margin: 8px auto;
}
.container_block {
	background-color: #f3f3f3;
	border: 2px solid #009;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
h1 {
	font-size: 300%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 110%;
}
p {
	font-size: 100%;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #009;
}
a:hover, a:active, a:focus {
	color: #006;
	text-decoration: none;
}
/* BEGIN NAV */
#nav_top {
	font-weight: bold;
	margin-bottom: 8px;
}
#nav {
	font-size: 150%;
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav li {
	list-style-type: inline;
	margin-right: 32px;
	margin-left: 32px;
	padding: 4px 8px;
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #333;
	text-decoration: none;
}
#nav li a:hover {
	color: #00c;
}
#nav li a:active, #nav li a:focus {
	color: #009;
}
#nav .currentpage {
	background-color: #c6c6c6;
}
/* END NAV */
/* BEGIN HEADER */
#header {
	background-image: url(../_images/banner.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 1em 32px;
}
#header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	color: #333;
	text-decoration: none;
}
#header_logo {
	float: left;
}
#header .info {
	text-align: right;
}
/* END HEADER */
/* BEGIN FOOTER */
#footer {
	margin-bottom: 8px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#footer>div {
	margin: 1em 32px;
	width: 400px;
}
#footer_links {
	float: left;
	list-style-type: none;
	text-align: left;
}
#footer_social_links li {
	list-style-type: none;
	margin-bottom: 1em;
}
#footer_fav_links li {
	list-style-type: none;
	margin-top: 0.5em;
}
#footer_twitter { float: right; }
/* END FOOTER */
#main {
	margin-bottom: 8px;
	padding-top: 1em;
	padding-bottom: 1em;
}
a img { border: none; }
