body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #070707;
	margin: 0px;
	line-height: 16px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #070707;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.nav {
	background-image: url(../images/bg.png);
	height: 63px;
}
.menu {
	font-family:verdana;
	font-size:10px;
	background-color:#000000;
	layer-background-color:#cccccc;
}
#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;
}
