@charset "utf-8";
#container {
	position: relative;
	width: 800px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	float: left;
	height: 242px;
	width: 800px;
	background-image: url(images/top_banner.png);
}
.hidden {
	display: none;
}

#mainbody_center {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.center {
	text-align: center;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding: 5px;
	height: 18px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
}
#footer a {
    color: #000000;
    font-weight: bold;
}
#lowerbanner {
	float: left;
	height: 139px;
	width: 800px;
	background-image: url(images/lower_banner.png);
}
#pest_cell {
	background-image: url(images/filmcell.png);
	background-repeat: no-repeat;
	height: 177px;
	width: 194px;
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	color: #000;
	padding-left: 1px;
	font-size: small;
	margin-left: 2px;
	font-weight: bold;
}
#pest_cell a {
	color: #fafa00;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}
#pest_cell a:hover {
	color: #F00;
	text-decoration: none;
}
#mainbody {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
#mainbody {
	float: left;
	width: 800px;
}
#textbody {
	float: right;
	width: 575px;
	font-size: small;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
