#main {
	/*background: url(../media/page_footer.jpg) repeat-x bottom left;
	clear: both;*/
}
#header {
	height: 150px;
	border-bottom: 1px solid #006401;
	background-color: #006401;
	background-image: url(../media/banner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left:7px;
}

#page_body {
	width: 100%; 
	min-width: 100%; 
	max-width: 100%;
	height: 100%;
}

#page_footer {
	background: #006401;
	clear: both;
	color: #EAEAEA;
	font-weight:bold;
	height: 120px;
	margin-top:20px;
	padding-top: 5px;
	text-align: center;
}
#page_footer a{
	color:#FFF;
}

#col1 {
	float: left;
	width: 200px;
	margin: 0px;
	background: url(../media/col_stripe.jpg) no-repeat top left;
	min-height: 345px;
}
#col3 {
	float: right; 
	width: 205px; 
	margin:0px;
	background: url(../media/col_stripe.jpg) no-repeat top right;
	min-height: 345px;
	/*padding-top:20px;*/
	text-align:center;
}

#col2 {
	width: auto;
	margin: 0 205px 0 195px;
	min-height: 345px;
}
#col1_content {
	padding: 0px 10px 0px 0px;
}
#col1_content li{
	height: 30px;
	width: 140px;
}
#col1_content a{
	color: #2D2D2D;
	font: normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../media/vnav_a_bg.jpg) no-repeat top left;
	height: 30px;
	width: 142px;
	display: block;
	padding: 4px 0px 0px 10px;
}

#col1_content a:hover{
	color: #2D2D2D;
	font: normal bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../media/vnav_a_bg_h.jpg) no-repeat top left;
	height: 30px;
	width: 142px;
	display: block;
	padding: 4px 0px 0px 10px;
}

#col3_content {
	padding: 0px 0px 0px 10px;
}

#col3_content li{
	height: 30px;
	width: 140px;
}
#col3_content a{
	color: #2D2D2D;
	font: normal bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../media/vnav_a_bg.jpg) no-repeat top left;
	height: 30px;
	width: 142px;
	display: block;
	padding: 4px 0px 0px 10px;
}
.content_img{
	float: left;
	margin: 0px 10px 5px 0px;
}
#col3_content a:hover{
	color: #2D2D2D;
	font: normal bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../media/vnav_a_bg_h.jpg) no-repeat top left;
	height: 30px;
	width: 142px;
	display: block;
	padding: 4px 0px 0px 10px;
}

#content {
	background-color:#FFF;
	border:1px solid #006401;
	margin-bottom:20px;
	margin-top:20px;
	min-height:345px;
	padding: 20px 10px;
}

.content_center {
	text-align:center;
}

.a_clean {
	color:#006401;
}

#index_content_1{
	float: left;
	width: 270px;
	margin-bottom: 50px;
}
#index_content_2{
	float: left;
	width: 270px;
	margin-bottom: 50px;
	margin-left: 40px;
}

#google_links {
	margin-top:20px;
	clear:both;
	text-align:center;
}

