body {
	margin:0;
	padding:0;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
	background-color:#8DAB68;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}


#container {
	width:774px;
	margin:auto;
}

#contentLeft {
	width:309px;
	float:left;
	text-align:left;
	background-image:url(../images/footer.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#contentRight {
	width:465px;
	float:right;
	text-align:left;
	background-color:#f1eee5;
}

#contentRightText {
	/*clear:both;*/
	padding:10px 10px 10px 15px;
}

#home_footer {
	width:455px;
	height:29px;
	background-color:#f1eee5;
	font-size:12px;
	padding:5px;
	color:#8DAB68;
}

#home_footer a, a:visited {
	color:#8DAB68;
}

#home_footer a:hover {
	color:#999999;
}

