/* CSS Document */

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #484848;
	background-color: #4F6324;
	margin: 0px;
	padding: 0px;
}

#layout-wrapper {
	margin: 0px auto;
	padding: 0px;
	background: #D5E0A6 url(../images/footer-bottom.jpg) left top no-repeat;
}

#container {
	width:920px;
	height: 500px;
	margin: 0px auto;
}

.container-left {
	width:360px;
	float:left;
}

.container-center {
	width:460px;
	float:left;
}

.container-right {
	width:100px;
	float:left;
}

.logozone {
	padding:27px 0px 0px 20px;
}


.bannerzone {
	background: #D5E0A6;
	margin-top: 10px;
	padding: 50px 0px 7px 0px;	
}

.bannertitle {
	font: bold 54px Verdana, Arial, Helvetica, sans-serif;
	color: #FAFBDC;
	text-shadow: 1px 1px 0px #A4B648;
	padding: 12px 0px 10px 18px;
}

.bannertxt {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #FFF;
	color: #4F6324;
	padding: 12px 0px 10px 22px;
}

#message_sent {font-size: 14px; margin: 30px 0 0 23px; border: 1px solid #4F6324; background: #FAFBDC; color: #4F6324; padding: 5px; float:left; }

.footer {
	background:url(../images/footer_bottom.jpg) left bottom repeat-x;
	height:150px;
}

.footer-inside {
	width:920px;
	height:150px;
	margin:0px auto;
}

.footer-inside p{ padding: 160px 0 0 0; color:#FFF; text-align: center;}
.footer-inside p a{ color: #FFF; }

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}


