*{
margin:0px;
padding:0px;
}
img{border:0px}
html{
width:100%;
height:100%;
background-color:#101115;
background-image:url('images/bg.gif');
background-position: left top;
background-repeat:repeat-x
}
body{
width:100%;
background-image:url('images/bot_bg.gif');
background-position: left bottom;
background-repeat:repeat-x
}
#website{
width:980px;
margin:0 auto;
}
#header{
background-image:url('images/header_bg.jpg');
background-position: center bottom;
background-repeat:no-repeat; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:260px
}
.logo{
float:center
}
#menu{
padding:30px 0 0 90px;
float:left
}
#menu li{
list-style-type:none;
display:inline
}
#menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#9DA2B8;
text-transform:uppercase;
text-decoration:none;
margin:0 11px;
padding:0 0 2px 0;
display:block;
float:left;
}
#menu a:visited{
color:#9DA2B8;
border:0px;
}
#menu #active, #menu a:hover{
color:#FFFFFF;
border-bottom:2px solid #C00014;
}
/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: -58px;
}
#nav {
	height: 58px;
	width: 542px;
	margin: 0px auto;
	padding: 0px;
	background-image: url('right.png');
	background-repeat: no-repeat;
	background-position:  right 50%;
}
#hit_area {
	height: 120px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url('badge.jpg');
	background-repeat: no-repeat
}
#hit_area2 {
	width: 100%;
	background-image: url('activate_text.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 120px
}
#nav ul {
	margin: 0px;
	height: 58px;
	list-style-type: none;
	background-image: url('left.png');
	background-repeat: no-repeat; padding-left:21px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url('middle.png');
	background-repeat: repeat-x;
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url('rollOver.png');
	background-repeat: repeat-x
}
#content{
width:727px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#C0C0C0;
}
#content a{
color:#AFB8D3;
text-decoration:underline
}
#content a:visited{text-decoration:underline}
#content a:hover{text-decoration:none}
#content p{
padding:0 0 25px 0
}
#footer{
height:42px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#424756;
padding:25px 0 0 68px;
}
#footer a{
color:#AFB8D3;
text-decoration:underline
}
#footer a:visited{text-decoration:underline}
#footer a:hover{text-decoration:none}
#table{
padding:0 0 55px 0
}
#content #table p{
padding:0 0 10px 0;
margin:0 0 13px 0;
border-bottom:1px solid #1E2027
}
#table span{
display:block;
float:left;
font-family:Tahoma;
font-size:14px;
color:#C0C0C0;
line-height:18px;
width:150px;
margin:0 10px 0 0;
border-right:1px solid #1E2027
}