body {
	margin: 20px 3% 0 3%;
	background: #FCF7E8;
	font-family: Arial, Helvetica, sans-serif
}

#ensp {
	float: right;
	padding: 8px 8px 0 0;
	font-size: 14px;
	color: #E47F07;
}

#header {
	border-top: 13px #65AE2D solid;
	height: 50px;
	border-bottom: 6px #F4BA0F solid;
}


#logo h1 {
	float: left;
	font-size: 2em;
	color: #E47F07;
	margin: 0 0 0 0; 
	padding: 15px 0 0 0;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 6px 2px 6px;
	background: url(images/imgnohover.jpg) repeat-x left top;
	border-top: 4px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin-top: 25px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;

	font-weight: bold;
	font-size: 14px;
	color: #C78C04;
}

#menu .last {
	margin-right: 10px;
}

#menu a:hover {
	background: url(images/imghover.jpg) repeat-x left top;
	color: #FFFFFE;
}

#menu .current_page_item a {
	background: url(images/imghover.jpg) repeat-x left top;
	color: #FFFFFE;
}


#content {
	background: #FFFFFF;
	padding: 0 30px;

}


.item {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;

}


.item h2 {
	padding: 20px 30px 5px 0px;
	font-weight: normal;
	font-size: 2em;
	color: #489D1F;
	clear: left;
}


.item img {
	margin: 0 20px 1px 0;
	float: left;
}

.item p {
	padding: 0;
	
}




#footer {
	background: #65AE2D;
	clear: both;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #FFFFFE;
}

#bottom {
	background: #ffffff;
	clear: both;
}

#bottom p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #FFFFFE;
}