#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#navigation {
	float: left;
	width: 175px;
	padding-top: 25px;
	padding-left: 10px;
}
#navigation a{
	text-decoration:none;
}
#banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	float: right;
	width: 800px;
	padding-top: 50px;
	padding-bottom: 10px;
}
h1 {
	color: #2E8958;
}
#footnote {
	clear: both;
	height: 30px;
	width: 800px;
	background-color: #78BC97;
	padding-top: 5px;
}
body {
	background-color: #F7F1EE;
}

