/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;

	background: url(../images/site_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
/*
background-color: #161616;
*/
	margin-top: 0;
}

#site {
	width: 938px;
	height: 575px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg2.jpg);
	text-align: left;
	background-repeat: no-repeat;
}

div#logo {
	position:absolute;
	left: 18px;
	top: 100px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family:"Arial Black";
	font-size:20px;
	font-weight: bold;
	color: #e7cfb3;
	text-align: right;
	text-transform: uppercase;
	overflow: hidden;

	position:absolute;
	left: 80px;
	top: 291px;
	width: 778px;
	height:28px;
}
	
.content {
	font-family: "Arial";
	font-size: 11px;
	color: #ffffff;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 80px;
	top: 324px;
	width: 778px;
	height: 237px;
}
	

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	display:none;
	top: 202px;
	left: 7px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 160px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: 160px;
	text-align: right;
}
	
#topNav a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#ffffff;
}
	
#bottomNav {
	display:none;
	left: 0px;
	top: 553px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 938px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 20px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #bdb3aa;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#666666;
}

