/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #1D1712;
	margin-top: 0;
}

#site {
	width: 980px;
	height: 680px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family:"Arial", Times, serif;
	font-size:23px;
	color: #fbcb95;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;

	position:absolute;
	left: 404px;
	top: 72px;
	width: 346px;
	height:28px;
}
	
.content {
	font-family: Arial;
	font-size: 11px;
	color: #bca092;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 404px;
	top: 114px;
	width: 346px;
	height: 330px;
}
	

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 113px;
	left: 60px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 117px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 117px;
}
	
#topNav li {
	width: 117px;
	height: auto;
	padding-left: 0px;
	padding-bottom: 5px;
}
	
#topNav a {
	color: #bca092;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#bca092;
}
	
#bottomNav {
	top: 603px;
	left: 30px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 948px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #fbcb95;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}
	
#bottomNav a:hover {
	color:#fbcb95;
}
