/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #000000;
	margin-top: 0;
}

#site {
	width: 980px;
	height: 597px;
	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:"Verdana", Times, serif;
	font-size:20px;
	font-weight: bold;
	color: #a4938d;
	text-align: right;
	overflow: hidden;

	position:absolute;
	left: 210px;
	top: 150px;
	width: 211px;
	height:28px;
}
	
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 110px;
	top: 211px;
	width: 313px;
	height: 277px;
}
	
/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 535px;
	left: 0px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 980px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 10px;
	display: inline;
}
	
#topNav a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight:Normal;	
	text-transform: lowercase;
}
	
#topNav a:hover {
	color:#ffffff;
}
	
#bottomNav {
	top: 565px;
	left: 0px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 980px;
}
	
#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: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: lowercase;
}
	
#bottomNav a:hover {
	color:#ffffff;
}

