body {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color:#00491d;
	background-image:url("img/site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	margin-top:10px;
	line-height:18px;
}

br {
	clear: both;
}

form {
	display:inline;
}

p {
	margin-bottom:0px;
}

h1 {
	font-size:23px;
	color:#00491d;
	font-weight:normal;
	margin:0;
}

h2 {
	font-size:21px;
	color:#00491d;
	font-weight:normal;
	margin:0;
}

#top-nav {
	width:841px;
	height:39px;
	background-image:url("img/top-nav.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#intro-image {
	position:relative;
	width:841px;
	height:159px;
	background-image:url("img/intro-image.jpg");
	background-repeat:no-repeat;
	margin:auto;	
}

#intro-h1 {
	width:841px;
	line-height:110%;
	position:absolute;
	top:40%;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

#main-white {
	width:811px;
	background-color:#fff;
	padding:0 10px 0 20px;
	margin:auto;
}

#footer {
	position:relative;
	width:841px;
	height:100px;
	background-image:url("img/footer.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#footer-text {
	position:absolute;
	top:60%;
	color:#ffffff;
	width:841px;
	margin:auto;
	text-align:center;	
}

#left-nav {
	float:left;
	width:195px;
	margin:0 20px 0 0;
}

.nav-top {
	width:195px;
	height:20px;
	background-image:url("img/nav-top.gif");
	background-repeat:no-repeat;		
}

.nav-content {
	width:180px;
	background-color:#00491d;
	padding:0 0 0 15px;
}

.nav-bottom {
	width:195px;
	height:20px;
	background-image:url("img/nav-bottom.gif");
	background-repeat:no-repeat;	
	margin:0 0 3px 0;
}

.nav-content a {
	color:#fff;
	text-decoration:none;
}

#main-area {
	float:left;
	width:586px;
}

.main-top {
	width:586px;
	height:20px;
	background-image:url("img/main-top.gif");
	background-repeat:repeat-x;
}

.main-content {
	width:546px;
	background-color:#e6e6e6;
	padding:0 20px 0 20px;
}

.main-content a {
	color:#00491D;
	text-decoration:none;
}


.main-bottom {
	width:586px;
	height:20px;
	background-image:url("img/main-bottom.gif");
	background-repeat:repeat-x;
}

.footer-link {
	color:#ffffff;
	text-decoration:none;
}