@charset "utf-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #99cc99;
}
a img {
	border:none;
}
a:link, a:visited , a:active {
  color: #b76612;
}
#container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	text-align: left;
	background:#FFFFFF;
	height:120px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#header .headContainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	background: #99cc99;
	width: 700px;
	margin-left:140px;
}
#footer {
}
/* Main Navigation */
.logo {
	float:left;
	margin-top:20px;
	margin-left:30px;
}
.mainNav {
	float:right;
	width:520px;
	margin-top:44px;
	margin-right:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(img/mainNavTop.png) top left no-repeat;
}
.mainNav ul {
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	line-height:28px;
	background:url(img/mainNavBot.png) bottom left no-repeat;
}
.mainNav li {
	display:inline;
	margin-right:9px;
	padding-right:9px;
	border-right:1px solid #000000;
}
.mainNav .last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.mainNav .active a {
	color:#597b7c;
}
.mainNav a {
	color:#000000;
	text-decoration:none;
}
