
#body .content {
	width:680px;
	float:left;
	border-left:1px solid #e0e0e0;
	display:block;
}
#body .content .pad {
	padding:20px 20px 20px 40px;
	display:block;
}
#body .submenu {
	display:block;
	width:200px;
	margin:20px 20px 20px 50px;
	float:left;
}
#body .images {
	display:block;
	width:197px;
	float:left;
	margin:0 0 0 15px;
	
}
#body .images .image {
	margin-bottom:15px;
}
#body .text {
	display:block;
	width:400px;
	float:left;
	
}
#body #breadcrumbs {
	margin:10px 50px 10px 50px;
}

#body .submenu h3 {
	color:#32332c;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding-left:20px;
	background-image:url(../images/main/greenarr.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#body .submenu a h3 {
	text-decoration:none;
}
#body .submenu a:hover h3 {
	text-decoration:underline;
}
#body h1.pagetitle {
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
	color:#89c400;
	font-weight:bold;
	width:100%;
}
#body .content p {
	color:#32332c;
	font-size:12px;
	line-height:16px;
	margin:0 0 15px 0;
}
#body .content span.bold {
	font-weight:bold;
}
#body .content a {
	color:#89c400;
	text-decoration:none;
}
#body .content a:hover {
	text-decoration:underline;
}

