body {
	background-color: #6C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.left {
	float: left;
}

ul{ list-style-type: none;
}

#container {
	width: 800px;
	background-color: #307538;
	margin: auto;
	padding: 10px;
}

#header {
	width: 780px;
	height: 150px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#banner {
	width: 780px;
	height: 170px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 780px;
	height: 30px;
	background-color: #000;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: -12px;

}


#menu .selected {
	color: #4A9B4C;
}

#menu li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	color: #469748;
}

#menu a:active {
	color: #499A4B;
}

#menu a:visited {
	color: #ffffff;
}

#leftbar {
	width: 160px;
	float: left;
	margin-left: 10px;
}

#leftbar img {
	border: none;
}

#content {
	width: 620px;
	height: auto;
	float: left;
	background-color: #fffff4;;
	text-align: left;
}

#content h1 {
	font-size: 24px;
	color: #499A4B;
	text-align: left;
	margin-left: 10px;
}

#content p {
	margin-left: 10px;
	margin-right: 10px;
}

#content .council {
	font-weight: bold;
	list-style-type: none;
}

#content .member {
	list-style-type: none;
	margin-left: 20px;
}

#imageone {
	margin-left: 0px;
	float: left;
}

#footer {
	color: #fff;
}

#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #4A9B4C;
}

#footer a:active {
	color: #499A4B;
}

#footer a:visited {
	color: #fff;
}
