/* CSS Document */
body {
	margin: 0;
	background-image: url(images/bg_homenew.jpg);
	background-repeat: repeat-x;
	background-color: #56702F;
}
.content_bg {
	background-image: url(images/body_bg_homenew.jpg);
	width:756px;
	height: 135px;
	background-repeat:no-repeat
}
.position_content {
	margin-top: 35px;
}
.content_p {
	text-align: justify;
	color: #2D2617;
	font-family: "Tahoma" , Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	background-repeat:no-repeat;
	width: 756px;
	height: 23px;
}
.footer_text {
	color: #CCCBCA;
	font-size: 10px;
	font-family: "Tahoma",Arial, Helvetica, sans-serif;
}
a.footer_link {
	color: #CCCBCA;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #00CC00;
	text-decoration: underline;
}
