/* CSS Document */
 #wrapper{ 
	width:881px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #E9EAEB;
}
#banner{
	width: 100%;
	height: 105px;
	background: #E4E5E6;
}
#allcontent{
	border: 5px solid #FFFFFF;
}
#leftcontent{
	width: 114px;
	float: left;
	margin: 0;
}
#rightcontent{
	width: 745px;
	float: left;
	font-size: 80%;
	border-left: 2px solid #FFFFFF;
	padding-left: 10px;
	font-size: 80%;
}
#logo{
	float: left;
}
#mailbox{
	margin: 12px;
	color: white;
	padding: 7px;
	background: #BFBC47;
}
#picbox{
 float: left; 
 width: 110px; 
 text-align: center; 
 padding: 5px;
 margin-bottom: 8px;
}
#picbox_sections{
 float: left; 
 width: 106px; 
 text-align: center; 
 margin-bottom: 8px;
 padding-left: 7px;
}
#largepicbox{
 float: left; 
 width: 340px; 
 text-align: center; 
 padding: 5px;
 margin-bottom: 8px;
}
#feature_header{
	height: 31px; 
	background: #006F3A; 
	width: 168px;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color: white;
	line-height: 31px;
	padding-left: 8px;
	text-align: left;
	border-bottom: 3px solid white;
}
#feature_box{
	width: 155px;
	margin: 10px;
	background: #FFF;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#news_box{
	width: 156px;
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-align: left;
	border-bottom: 4px solid white;
	background: #006F3A;
}
#footer{
	clear: both;
	width:881px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 60%;
}
