@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(grassbg.jpg);
	background-repeat: repeat;
}
#body {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #527032;
	background-color: #FFF;
}
#header {
	width: 800px;
	padding: 5px;
	text-align: center;
}
#nav {
	background-color: #527032;
	width: 800px;
	padding: 5px;
}
#nav td {
	text-align: center;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#nav a:active {
	text-decoration: none;
}
#content {
	width: 800px;
	padding: 5px;
}
#content h1 {
	font-size: 300%;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content .center {
	text-align: center;
}
#footer {
	color: #FFF;
	background-color: #527032;
	padding: 5px;
	width: 800px;
	text-align: center;
}
#footer p {
	margin: 5px;
}

