#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}
#menu ul a:link {
	text-decoration: none;
	color: #FFF;
}
#menu ul a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu ul a:active {
	text-decoration: none;
	color: #FFF;
}
#menu ul a:hover {
	text-decoration: underline;
	color: #FFF;
}
body {
	text-align: center;
	padding: 10px;
	margin: 0px;
	background-color: #518650;
}
#menu {
	height: 25px;
	background-color: #848484;
	text-align: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	color: #FFF;
}
#menu li {
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
}
#content {
	background-color: #F4F4F4;
	margin: 0px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	width: 950px;
}
#footer {
	height: 30px;
	background-color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	margin-top: 0px;
}
#bottom {
	height: 20px;
	background-color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
}
.eventtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.current_item {
	font-weight: bold;
	text-decoration: none;
}
.eventtxt a:link {
	color: #000;
	text-decoration: none;
}
.eventtxt a:hover {
	color: #000;
	text-decoration: underline;
}
.eventtxt a:visited {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
h4 a:visited {
	color: #333;
	text-decoration: none;
}
h4 a:link {
	color: #333;
	text-decoration: none;
}
h4  a:hover{
	color: #333;
	text-decoration: underline;
}
h4 a:active {
	color: #333;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	text-align: center;
}
h5 a:visited {
	color: #CCC;
	text-decoration: none;
}
h5 a:link {
	color: #CCC;
	text-decoration: none;
}
h5  a:hover{
	color: #FFF;
	text-decoration: underline;
}
h5 a:active {
	color: #CCC;
	text-decoration: none;
}
textarea input {
	background-color: #518650;
}
h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
