* { padding: 0; margin: 0; }

body {
	background-image: url(images/tile.jpg);
	background-color: #81C12F;
	background-repeat: repeat;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #FAFBEB;
}
#header {
	width: 900px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FAFBEB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation {
	width: 922px;
	background-color:#FAFBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #82C131;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #82C131;
}
#content {
	width: 900px;
	color: #4b2403;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FAFBEB;
}
#content a {
	color: #82C131;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 3em;
	font-weight: bold;
	color: #82C131;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	line-height: 3em;
	font-weight: bold;
	color: #82C131;
}
#footer {
	width: 900px;
	color: #729C30;
	border: 1px solid #82C131;
	background-color:#D2E8B0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5em;
}
#footer a {
	color: #4b2403;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #729C30;
	text-decoration: none;
}
