@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #687233;
	background-image: url(images/bg_lg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
}
#header {
	background-image: url(images/bg_header.png);
	margin-top: 25px;
	height: 120px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 15px;
	width: 870px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.img {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#menu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
	width: 885px;
	background-color: #FFFFFF;
	background-image: url(images/bg_menu.png);
}
.menubar {
	padding-left: 15px;
	margin-right: 3px;
	margin-left: 3px;
}
.menubuttons {
	padding-left: 0px;
	margin-right: 2px;
	margin-left: 2px;
}


#bodyleft {
	background-image: url(images/bg_bodyleft.png);
	background-repeat: no-repeat;
	width: 699px;
	float: left;
	background-attachment: fixed;
	background-position: right top;
	background-color: #FFFFFF;
	height: 1900px;
}
p {
	margin: 0px;
	padding: 0px;
}

#bodyright {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bg_bodyright.png);
	background-color: #CCCC99;
	width: 186px;
	background-attachment: fixed;
	float: right;
	height: 1900px;
}

#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	width: 885px;
	margin-bottom: 25px;
	height: 20px;
	padding-top: 5px;
}
#wrapper {
	text-align: left;
	width: 885px;
	margin-left: auto;
	margin-right: auto;
	height: 895px;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.floatleftindent {
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}

.floatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
}
.textevents {
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
