body {
	background: #020104 url(images/bodybg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #ee332a;
    scrollbar-highlight-color: #ee332a;
    scrollbar-3dlight-color: #ee332a;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #ee332a;
}
* {
	margin:0px;
	padding:0px;
}
#header ul{
	margin: 18px 20px 30px 625px;
	padding:0px;
	display:inherit;
	width: 110px;
	position:absolute;
}
#header li{
	width: 146px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color: #000000;
}
.link,#last {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	width: 146px;
	display:block;
	color: #fdb625;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	text-align:center;
	background-color: #000000;
}
.link:hover, #last:hover{
	color:#ffffff;
}
.link {border-bottom: 1px dashed #ee332a;}
#last {border-bottom: 0px none #9c8f5e;}
#navtop{
	background-image:url(images/navtop.gif);
	background-repeat: no-repeat;
	display:block;
	width:146px;
	height:20px;
}
#navbottom{
	background-image:url(images/navbottom.gif);
	display:block;
	width:146px;
	height:19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
p a:link { 
	color: #fdb625;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:visited { 
	color: #fdb625;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;	
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#container {
	margin: 30px auto;
	text-align: left;
	width: 785px;
	display:block;
	position:relative;
	border: 0;
}
#header {
	width: 785px;
	height: 250px;
	margin:0px;
	display:block;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position:relative;
}

#footer {
	display:block;
	background: url(images/footerbg.gif) repeat-x;
	width: 785px;
	height:50px;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #ee332a;
	text-decoration: none;
	text-align:center;
	padding-top:10px;
}
