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

body {
	background-color: #3e482d;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#container {height: 700px; width: 800px;
	background-color: #a1ba70;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#banner {
	height: 145px;
	width: 800px;
}

#nav1 { width: 800px;
height: 25px;
background-color: #505b3c;
padding-top: 7px;
text-align: center;
}
#nav1 a:link, #nav1 a:visited {
	margin: 5px 0px;
padding: 5px 30px;
text-align: center;background-color: #798861;
font-size: 16px;
color: #d6ddfa;
text-decoration: none;
letter-spacing: 1px;
border-left: 2px solid #dcf0b4;
border-right: 2px solid #dcf0b4;
}

#nav1 a:hover {
	background-color: #dcf0b4;
	color: #dcf0b4;
	border-left: 2px solid #3e4829;
	border-right: 2px solid #3e4829;
	background-image: url(images/smwood.jpg);
}

#content {
	text-align: left;
	height: 482px;
	width: 800px;
	overflow: auto;
	font-size:13px;
}
.stageright {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
#container #content p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 130%;
}

#container #content h2 {
	
	margin: 20px 10px 8px 15px;
}

#footer {
	clear: both;
	height: 30px;
	width: 800px;
	left: 0px;
	top: 670px;
	text-align: center;
	background-image: url(images/woodstrip.jpg);
}
#footer p {padding-top: 8px;
font-size:12px; text-transform:uppercase;
color: #dcf0b4; 
}