@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	left: 0;
	background-color: #355e3b;
	top: 0;
	position: absolute;
	height: 100px;
	width: 100%;
	}
	
#logo {
	left: 0;
	top: 0;
	position: absolute;
	height: 100px;
	width: 300px;
}

#header_text {
	left: 300px;
	right: 300px;
	top: 0;
	text-align: center;
	position: absolute;
}
	
#left_menu {
	position: absolute;
	left: 0;
	top: 136px;
	width: 205px;
}

#left_menu,#right_menu {
	background-color: #ceeed3;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.8em;
}

#right_menu {
	position: absolute;
	right: 0;
	top: 136px;
	width: 205px;
}

#top_menu {
	position: absolute;
	left: 0;
	top: 100px;
	background-color: #60aa6b;
	width: 100%;
	text-align: center;
	height: 36px;
	vertical-align: middle;
	color: #999999;
}

#top_menu ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 8px;
	vertical-align: middle;
	padding: 0;
}

#top_menu li {
	display: inline;
	padding: 2px 7px;
}

#top_menu a {
	padding: 4px;
}

#top_menu a, #top_menu a:visited {
	text-decoration: none;
	color: #000000;
}

#top_menu a:hover, #top_menu a:active {
	text-decoration: none;
	color: #ffaa30;
	background-color: #2c4f31;
}

#twitter {
	padding-top: 6px;
	font-size: 0.9em;
}

#twitter_logo {
	text-align: center;
}

#twitter img.twitter_header {
	padding-bottom: 3px;
}

#twitter hr.twitterfeed {
	border: 0;
	border-top: 1px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
}

img {
	border: none;
}

#copyright {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 0.7em;
	padding-bottom: 5px;
}

#content {
	top: 130px;
	left: 10px;;
	right: 210px;
	position: absolute;
	font-size: 0.9em;
	padding-top: 2px;
}

p.twitterfeed {
	margin: 0;
}
