body {
	background-color: #D7BF83;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/home_bg_strech.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
.footer_bg {
	background-color: #D8C084;
	background-image: url(images/home_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.welcome_txt {
	font-family: tahoma, Arial;
	font-size: 8pt;
	color: #5D3E44;
}
.footer_txt {
	font-family: tahoma, Arial;
	font-size: 8pt;
	color: #8E7B50;
}



.footerlink:link,.footerlink:visited,.footerlink:active {
	color: #8E7B50;
	font-family: tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.footerlink:hover {
	color: #000000;
}

.content {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #5D3E44;
	line-height: 15px;
	text-align: justify;
	padding: 5px;
	text-decoration: none;
}
.content a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #5D3E44;
	text-decoration: underline;
}
.content a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #5D3E44;
	text-decoration: none;
}