a img {
	
border: none;

}


a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;	
}


body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9FAE3;
}
#header {
	height: 118px;
	width: 804px;
	margin-bottom: 10px;
}

#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	float: left;
	width: 724px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(images/white_center.png);
	background-repeat: repeat-y;
}

#box {
	float: left;
	width: 724px;
	border: 1px solid #000;
	background-color: #FFF;
}

#box_left {
	float: left;
	width: 200px;	
}

#box_center {
	float: left;
	width: 200px;
	margin-right: 62px;
	margin-left: 62px;
}

#box_right {
	float: left;
	width: 200px;	
}

#callouts {
	float: left;
	width: 724px;
	margin-top: 10px;
}

#callout_right {
	float: right;
	margin-top: 20px;
}

#recycle_text {
	float: left;
	width: 260px;
}

#recycle_image {
	float: right;
	width: 38px;
}

#callout_left {
	float: left;
	width: 200px;
}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	width: 724px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	background-image: url(images/brown_center.png);
	background-repeat: repeat-y;
}


#footer_left a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#footer_left a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 300px;	
}

#footer_right a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#footer_right a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}

#footer_rcbottom {
	margin-bottom: 20px;
	float: left;
	height: 28px;
	width: 804px;
}


#navcontainer
{
	overflow: hidden;
	width: 794px;
	float: left;
	margin-bottom: 6px;
	margin-top: 8px;
	height: 20px;
	padding-left: 10px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist li
{
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .7em;
}

.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #708046;	
}
#header_right {
	float: right;
	width: 477px;
	height: 118px;
}
#header_left {
	float: left;
	height: 118px;
	width: 144px;
}

#main {
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
