/* CSS Document */
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	color:#ffffff;
}

#wrapper {
	width:750px;
	margin:auto;
	border:20px solid #ffffff;
	padding:0px;
	margin-top:2%;
	margin-bottom:2%;
}

#header {
	border-bottom:1px solid #666666;
	height:100px;
}

#maincontent {
	width:500px;
	float:left;
	margin:10px;
	padding-right:0px;
	background-image:url(/images/content_bg.jpg);
}

#rightnav {
	width:190px;
	float:right;
	border-left:1px solid #666666;
	padding-left:10px;
	margin:10px;
	margin-bottom:0px;
}

#footer {
	width:98%;
	clear:both;
	border-top:1px solid #666666;
	text-align:center;
	color:#666666;
	font-size:8px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:8px;
}

a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#cccccc;
}

h2 {
	color:#ffffff;
	font-size:28px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	letter-spacing:-1px;
	/*border-bottom:1px dotted #999999;*/
	background-image:url(/images/h_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:7px;
}


h3 {
	color:#ffffff;
	font-size:22px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	letter-spacing:-1px;
	/*border-bottom:1px dotted #999999;*/
	background-image:url(/images/h_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:7px;
}

.newsheader {
	color:#999999;
	font-size:11px;
	font-weight:bold;
}
