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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	clear: both;
	width: 900px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #CCC;
	padding-top: 30px;
	text-align: center;
	background-color: #000;
}
#clear {
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFF;
}
#topnav {
	height: 31px;
	background-image: url(images/topnav_tile.jpg);
	background-repeat: repeat-x;
}
#topnav ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#topnav ul li a {
	display: block;
	width: 125px;
	text-align: center;
	text-decoration: none;
	height: 26px;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
}
#topnav ul li a:hover {
	background-image: url(images/topnav_over.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
.border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3E4851;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 96px;
}
#home_holder {
	width: 900px;
}
#lefty {
	float: left;
	width: 423px;
}
#righty {
	float: right;
	width: 477px;
}
#home_content {
	margin-right: 30px;
	margin-left: 15px;
}
#home_content p {
	font-size: 12px;
}
#home_content h1 {
	font-size: 20px;
	color: #2F3942;
}
#home_content a {
	color: #545E67;
	font-weight: bold;
	text-decoration: none;
}
#home_content a:hover {
	color: #808D96;
	text-decoration: none;
}
#subnav {
	height: 80px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-size: 12px;
	margin: 0px;
	padding: 5px 5px 10px 0px;
	color: #333;
}
#content h1 {
	font-size: 20px;
	color: #2F3942;
	margin: 0px;
	padding: 15px 0px 5px;
}
#content h2 {
	color: #545E67;
	font-size: 15px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content h3 {
	font-size: 13px;
	color: #808D96;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#content h4 {
	font-size: 10px;
	margin: 0px;
	padding: 5px 5px 10px 0px;
	color: #666;
	font-weight: normal;
}
#content a {
	color: #545E67;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #808D96;
	text-decoration: none;
}
#content img {
	border: thin solid #545E67;
	padding: 0px;
	margin-right: 20px;
}
#pageholder {
}

