body {
	overflow-y:scroll;
	background-color: #231F20;
	margin: 0px;
	padding: 0px;
}
#header {
	z-index: 1;
	position:absolute;
	left: 50%;
	width: 946px;
	height: 315px;
	padding-top:50px;
	margin-left: -473px; /* half of the width */
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A8348;
	z-index: 2;
	position:absolute;
	left: 50%;
	top:215px;
	width: 946px;
	margin-left: -473px; /* half of the width */
	line-height: 18px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9A8348;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	padding: 5px;
}

/* Main Navigation */
#mainNav {
	width:945px;	
}
#mainNav ul {
	list-style: none;
	margin-bottom: 10px;
}
#mainNav li {
	margin: 0px;
	padding:0px;
	float:left;
	width:134px;
	height:59px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9d8752;
	background-color: #9d8752;
}
#mainNav li:hover {
	background-color: #FFF;
}
#mainNav li a {
	width:134px;
	height:59px;
	display: block;
}
#mainNav #nav1 {
    border-left: 0px solid #9D8752;
}
#logo {
	position:absolute;
	left:635px;
	top:360px;	
}
/*  Header Image Strip */
#imageStrip {
	position:absolute;
	background-color:#FFF;
	top:160px;
	 width:100%;
	 overflow:hidden;
	 height:186px;
 }
 .imageBlock {
	height:186px;
	width:100%;
	background-color: #231f20;
	background-image: url(../site_images/bgstrips/intro.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;	 
 }
 #overlay{
	position:absolute;
	left: 50%;
	width: 946px;
	height: 315px;
	padding-top:50px;
	margin-left: -473px; /* half of the width */ 
 }
#block1 {
	position:absolute;
	left:738px;
	top:0px;
	width:93px;
	height:93px;	
	display:block;
	background-color:#9d8752;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#block2{
	position:absolute;
	left:831px;
	top:93px;
	width:93px;
	height:93px;
	display:block;
	background-color:#ff4333;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
