@import url(nav.css);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #070707;
	margin: 0px;
	line-height: 16px;
	background-attachment:fixed;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #070707;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding:1px 5px;
}
.footer a{
	color:#6462CC;
	text-decoration:none;
}
.footer a:hover{
	color:#900;
	text-decoration:underline;
}
#test {
	background: #000;
	color: #eee;
	height: 25px;
	visibility: visible;
}
#bodyText {
	padding: 20px;
}
h1 {
	font-size: 13px;
	color: #B17829;
	margin: 0px;
}


#nav_container { 
	width: 700px;
}
.navList {
	position:relative;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.navList li {
	cursor:pointer;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 10px;
	float: left;
	display: block;
	height: 21px;
	padding-top: 3px;
	color: #B17829;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #000000;	
}

.navList #last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.content {
	margin: 25px;
	border: 1px solid #000000;
	background-image: url(../images/content_bg.png);
	width: 895px;
}
#orangeBar {
	background-color: #b17829;
	height: 5px;
}
#titles {
	background-color: #000000;
	padding-left: 20px;
	height: 30px;
}
.promopic {
	padding: 0px;
	margin: 50px;
}
marquee{
	margin-top:55px;
	padding:5px;
}
marquee a {
	color: #fff;
	margin-left: 3px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
marquee a:hover{
	color: #f00;
}