/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
padding:0;
margin:0;
}

div {
padding:0;
margin:0;
}

body {
	text-align: center;
	background-color: #312E24;
	margin-top: 0;
padding:0;
margin: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;
	font-size:20px;
	font-weight: normal;
	color: #ddd294;
	text-align: left;
	overflow: hidden;

	position:absolute;
	left: 545px;
	top: 180px;
	width: 385px;
	height:20px;
}
	
.content {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	overflow-y: auto;
	text-align: left;
	margin: 0px;

	position:absolute;
	left: 545px;
	top: 215px;
	width: 385px;
	height: 330px;
}
	
.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow-y: auto;
	text-align: left;

         position:absolute;
	left: 665px;
	top: 134px;
	width: 200px;
	height: 250px;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 52px;
	left: 783px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 150px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: 150px;
/*
	padding-left: 0px;
	padding-right: 45px;
*/
padding-bottom:2px;
	margin-left: 10px;
	display: inline;
}
	
#topNav a {
	color: #ddd294;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#ddd294;
}
	
#bottomNav {
	top: 610px;
	left: 30px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 920px;
}
	
#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: #ddd294;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#ddd294;
}

#footerNav {
	top: 644px;
	left: 60px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 900px;
}
	
#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#footerNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 0px;
	display: inline;
}
	
#footerNav a {
	color: #ddd294;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#footerNav a:hover {
	color:#ddd294;
}


