body{
	margin: 0;
	background: #1b090a;
}

#mainContainer{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 11px;
	color: #aea28b;
}

#contentHolder{
	width: 800px;
	height: 472px;
	margin: 50px 0 10px 0;
}

#headLogo{
	float: left;
	height: 36px;
	margin: 0 0 0 0;
}

#navHolder{
	float: right;
	height: 36px;
	margin: 0 0 0 0;
}

#flashHolder{
	border-top: 1px solid #aea28b;
	float: left;
	width: 800px;
	height: 400px;
	margin: 0 0 0 0;
}

#centerContent{
	border-top: 1px solid #aea28b;
	float: left;
	width: 800px;
	height: 400px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding-top: 10px;
}

#contactPerson a{
	float: left;
	width: 180px;
	padding: 10px 10px 10px 0px;
	margin: 0px 10px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	color: #aea28b;
	text-decoration: none;
}

#contactPerson a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}

a{
	font-family: verdana;
	font-size: 11px;
	color: #aea28b;
	text-decoration: none;
}
	
a:hover{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}
