body {
	margin: 0px;
	padding: 0px;
	background: #cfc0a9 url(images/background.jpg) repeat-x;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0;
}
ul, li, p, div {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 804px;
}
#banner {
	height: 180px;
	width: 100%;
	background: url(images/banner.jpg) no-repeat;
	float: left;
}
#innerwrapper {
	width: 100%;
	float: left;
	background: url(images/content.jpg) repeat-y;
}

#nav {
	width: 160px;
	float: left;
	padding-top: 25px;
	position: relative;
	padding-left: 5px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a {
	height: 15px;
	width: 160px;
	padding-top: 2px;
	display: block;
	color: #003366;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	width: 160px;
	text-align: left;
	text-indent: 5px;
}
#nav a:hover, #nav a:active {
	text-decoration: underline;
	text-align: left;
	text-indent: 5px;
	width: 160px;
	color: #003366;
}
#content {
	float: left;
	width: 609px;
	padding-top: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	border-left: thin solid #4c6917;
}
#footer {
	float: left;
	width: 780px;
	margin-top: 10px;
	border-top: 1px solid #4c6917;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#bottom {
	height: 55px;
	width: 100%;
	float: left;
	position: relative;
	background: url(images/footer.jpg) no-repeat;
}
#content p {
	color: #003366;
	font-size: 12px;
	line-height: 16px;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4c6917;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding-top: 10px;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
#content a {
	text-decoration: underline;
	color: #336600;
}
#content ul {
	margin-left: 15px;
	color: #003366;
	list-style: disc;
	font-size: 12px;
	line-height: 130%;
}
#footer p {
	font-size: 11px;
	color: #003366;
	line-height: 140%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a {
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
	line-height: 120%;
}

