@charset "utf-8";
#mainframe {
	width: 817px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #b2d03b;
	margin: 0px;
}

#topframe {
	float: left;
	width: 817px;
}
#logo {
	float: left;
	width: 817px;
	height:174px;
}
#navigation {
	float: left;
	width: 817px;
}
#middleframe {
	float: left;
	width: 817px;
	background-color: #fff1d5;
}
#content {
	float: left;
	width: 757px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: justify;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(images/contbg.jpg);
}
#bottomframe {
	float: left;
	width: 817px;
	background-image: url(images/btbg.jpg);
}
#bottomframe a {
	color: #573939;
	text-decoration: underline;
}
