body {
	margin: 0;
	background-color: #EAEAEA;
	background-image: url("graphics/bg.gif");
	background-position: center;
	background-repeat: repeat-y;
}

a {
	color: #1e8208;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #1E8208;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #135405;
}

div#wrapper {
	width: 780px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

div#banner {
	width: 780px;
	height: 113px;
	background-image: url(graphics/toplogo.jpg);
	margin: 0 auto 0 auto;
}

div#navigation {
	width: 780px;
	height: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 4px;
	color: #1e8208;
	background-color: #eee;
}

div#navbottom {
	width: 780px;
	height: 2px;
	background-color: #e6e6e6;
}

div#content {
	padding: 10px;
}
