.style7 {
	color: #9C4322;
	font-size: 16px;
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0; }

body {
	margin-top: 20px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #666; 
	/* Centering Layout */
	text-align: center; }

#flashRotate {
	margin: 0px; }

#flashRotate p {
	margin: 20px; }

/* STRUCTURE
----------------------------------- */
#wrapper { /* TOTAL WIDTH 740px*/
	border: 3px solid #958825;
	width: 734px;
	/* Centering Layout */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header { /* TOTAL WIDTH 734px*/
	border-bottom: 3px solid #958825;
	height: 100px;
	width: 734px; }

#contentWrapper {
	width: 734px;
	background-color: #FFFFFF;
}

#contentLeft { /* TOTAL WIDTH 454px*/
	float: left;
	border-right: 3px solid #958825;
	padding: 20px;
	width: 411px; }

#contentRight { /* TOTAL WIDTH 280px*/
	float: right;
	color: #fff;
	padding: 20px;
	width: 240px; }

#footer { /* TOTAL WIDTH 734px*/
	border-top: 3px solid #958825;
	color: #9c4322;
	text-align: center;
	padding: 20px;
	width: 694px; }

/* STYLING
----------------------------------- */
#header h1 {
	top: 20px;
	left: 20px;
	position: relative;
	z-index: 3;
	width: 265px;
	background: url(../images/logoTextVrs.gif) no-repeat top left;
	text-indent: -9000px; }

#header h1 a {
	display: block;
	height: 40px;
	background: url(../images/logoTextVrs.gif) no-repeat top left; }

#contentWrapper h1 {
	padding: 50px 0 50px 335px;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #9c4322; }

/* NAVIGATION STYLING
----------------------------------- */	
#navMain ul {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	list-style-type: none;
	clear:both ;}

#navMain li {
	display: inline; }

#navMain li:before {
	color: #958825;
	content: "+"; }

#navMain li:first-child:before {
	content: ""; }

#navMain a {
	padding: 0 5px 0 0;
	margin: 0 0 0 8px;
	text-decoration: none;
	color: #9c4322; }

#navMain a:hover {
	color: #958825; }
.style8 {
	color: #9C4322;
	font-size: 24px;
	text-decoration: none;
}
