body{background-color:#000;}
#page{position:relative;color:#ebebeb;font-family:Arial, Helvetica, sans-serif;width:100.3%;}

#page .header{
}
#page .header .header_top{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:93px;
	margin:-10px 0px 0px -10px;
}
#page .header .header_top .top_container{
	width:915px;
	height:93px;
}
#page .header .header_top .top_container .logo{
	float:left;
	width:200px;
	margin: 25px 5px 0px 0px;
}
#page .header .header_top .top_container .nav_bar{
        min-width:700px;
	float:left;
	border:2px solid #bebebe;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	margin: 25px 0px 0px 0px;
	height:47px;
}
#page .header .header_top .top_container .nav_bar ul{
	padding:0px;
	float:left;
	margin:0px;
}
#page .header .header_top .top_container .nav_bar ul li{
	padding: 14px 10px 0px 10px;
	float:left;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	list-style-image:none;
	height:31px;
	background-image:url(../images/header_nav_bg.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #898989;
	text-align:center;
}
#page .header .header_top .top_container .nav_bar ul li:hover{
	background-image:url(../images/header_nav_rollover_bg.jpg);
	background-repeat:repeat-x;
}
#page .header .header_top .top_container .nav_bar ul li a{
	margin:-14px -10px 0px -10px;
	padding: 14px 10px 0px 10px;
	height:31px;
	width:100%;
	color:#ebebeb;
	text-decoration:none;
	display:block;
}
#page .header .header_top .top_container .nav_bar .search_container{
	float:left;
	width:201px;
	height:46px;
	background-image:url(../images/header_nav_bg.jpg);
	background-repeat:repeat-x;
	padding-top:12px;
}
#page .header .header_top .top_container .nav_bar .search_container input[type="text"]{
	height:20px;
	border:1px solid transparent;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	width:125px;
	margin-left:7px;
	float:left;
	font-size:16px;
	display:block;
}
#page .header .header_top .top_container .nav_bar .search_container input[type="submit"]{
	margin:0px 0px 0px 1px;
	padding:0px 2px;
	width:60px;
	background-color:#c72f2f;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:24px;
	border:1px solid #d05a5a;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	float:left;
	display:block;
}
#page .header .header_bottom_container{
	width:895px;
}
#page .header .header_bottom_container .header_bottom{
	background-color:#424242;
	height:24px;
	padding:10px 10px;
	border:1px solid transparent;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	float:right;
	font-size:14px;
}
#page .header .header_bottom_container .header_bottom ul{
	margin:0px;
	padding:0px;
}
#page .header .header_bottom_container .header_bottom ul li{
	margin: 5px 10px 0px 10px;
	float:left;
	list-style-type:none;
	list-style-image:none;
}
#page .header .header_bottom_container .header_bottom ul li a{
	text-decoration:none;
	color:#EBEBEB;
}
#page .header .header_bottom_container .header_bottom ul li a:hover{
	text-decoration:underline !important;
}

#page .body{
	width:895px;
}

#page .footer{
	width:895px;
}
#page .footer .horizontal_bar{
	background-image:url(../images/footer_horizontal_bar.png);
	background-repeat:no-repeat;
	height:10px;
	margin:20px 0px;
}
#page .footer h1{
	font-size:16px;
	color:#c9c9c9;
}
#page .footer p{
	font-size:12px;
	color:#c9c9c9;
}