@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 10px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
#banner {
	height: 80px;
	width: 815px;
	background-color: #6D992D;
}
#wrapper {
	height: auto;
	width: 815px;
	background-color: #E0E0E0;
	margin-right: auto;
	margin-left: auto;
	min-height: 717px;
}

#navmenu {
	background-color: #6D992D;
	height: 35px;
	width: 815px;
}
#center {
	height: 35px;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: #6D992D;
	height: 30px;
	width: 815px;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
a {
	color: #000;
}

#content {
	height: auto;
	width: 815px;
	background-color: #E0E0E0;
	min-height: 568px;
}


#center-menu {
	height: 35px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
