/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #C78D5D;;
	margin: 0px;
	font-weight:normal;
}

#site {
	width: 1044px;
	height: 694px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../sitewyze/files/contentBg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	position: absolute;
	left:312px;
	top: 164px;
	height: 30px;
	width: 407px;
	color: #6f1b3b;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

.content {
	position: absolute;
	top: 200px;
	left: 313px;
	text-align:left;
	padding-right:10px;
	width:407px;
	height:371px;
	overflow-y: auto;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#mainNav {
	top: 131px;
	left: 182px;
	position: absolute;
	width:auto;
	text-align: left;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainNav li {
	margin: 0px 0px 37px 0px;
	padding: 0px;
	display:block;
}

#mainNav a {
	color: #6f1b3b;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;

}

#mainNav a:hover {
	color: #000000;
}

#footerNav {
	top: 608px;
	right: 321px;
	position: absolute;
	width:auto;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerNav li {
	margin: 0px 0px 0px 25px;
	display: inline;
}

#footerNav a {
	color: #6f1b3b;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:Bold;	
}

#footerNav a:hover {
	color: #ffffff;
}