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


body {
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 	
	padding: 0;
	color: #c3c3c3;
}
#container {
	width: 1016px; 
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContent {
	padding: 0;
	/*margin-top:85px;*/
	background:url(../images/bg_page.jpg);
	background-repeat:repeat-y;
}

#topnav{
	height:25px;
	width:1016px;
	text-align:right;
	background-color:#000000;
	color:#C3C3C3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:12px;
	margin-right:15px;
}

a.topnav:link{
	text-decoration:none;
	color:#C3C3C3;
}
a.topnav:visited{
	text-decoration:none;
	color:#C3C3C3;
}
a.topnav:hover{
	text-decoration:underline;
	color:#C3C3C3;
}
a.topnav:active{
	text-decoration:underline;
	color:#C3C3C3;
}

#header_img{
	width:100%;
}

#flashcontent{
	margin:auto;
	margin-top:0px;
	width:1016px;
	height:640px;
}

#bottomnav_container{
	width:990px;
	color:#C3C3C3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:15px;
	
}

#bottomnav{

}

.bottomnav_column{
	position:relative;
	float:left;
	margin-right:45px;
	line-height:17px;
	}

a.bottomnav:link{
	text-decoration:none;
	color:#C3C3C3;
}
a.bottomnav:visited{
	text-decoration:none;
	color:#C3C3C3;
}
a.bottomnav:hover{
	text-decoration:underline;
	color:#C3C3C3;
}
a.bottomnav:active{
	text-decoration:underline;
	color:#C3C3C3;
}

.bottomnav_legal{
	font-size:9px;
	padding-top:15px;
	padding-bottom:15px;
	}

