* {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
	
body {
	text-align: center;
	background-color: #04050a;
}
	
#site {
	width: 864px;
	height: 680px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}
	
#title {
	font-family:"Verdana", Times, serif;
	font-size:14px;
	font-weight: bold;
	color: #ce811a;
	position:absolute;
	left: 200px;
	top: 172px;
	width: 200px;
	height:20px;
	text-align: left;
	overflow: hidden;
}
	
#content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #d2ba99;
	position:absolute;
	left: 200px;
	top: 202px;
	width: 380px;
	height: 240px;
	overflow-y: auto;
	text-align: left;
	z-index: 10;
}
	
#topNav {
	top: 100px;
	left: 105px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 800px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	width: 115px;
	display: inline;
}
	
#topNav a {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight:Normal;	
	text-transform: uppercase;
}


#leftNav {
	top: 175px;
	left: 20px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 126px;
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#leftNav li {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	width: 126px;
	display: inline;
	text-align:right;
}
	
#leftNav a {
	color: #ffd399;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}

#bottomNav {
	top: 500px;
	left: 237px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 800px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 34px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #ffd399;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#footerNav {
	top: 530px;
	left: 0px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 825px;
}
	
#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#footerNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 25px;
	margin-left: 0px;
	display: inline;
}
	
#footerNav a {
	color: #ffd399;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
}
	

