/************* Overall styles **************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #DBAD14;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	color: #DBAD14;
}

.gold {color: #DBAD14}

/************* Layout Divs **************/
#wrapper{
	width: 800px;
	margin: 0px auto;
	border: 1px solid #000000;
	text-align: left;
}

#header{
	padding: 0px;
	width: 800px;
}

#menubar{
	padding: 0px;
	width: 800px;
}

#content{
	padding: 0;
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#leftcontent{
	float: left;
	width:388px;
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#rightcontent{
	float: right;
	width:350px;
	position: relative;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer{
	width: 800px;
	background-color: #333333;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}

li.special p {color:#FFFFFF;}
li.special {
	color:#DBAD14;
	padding-right: 0px;
}

/*********** #sidenav styles ***********/
#leftnav a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}