@charset "utf-8";
/* CSS Document */

body{
	margin:0px;	
	padding:0px;	
	background-color:#663e27;
	font-family: Arial, Helvetica, sans-serif;
	color:#98756B;
	font-size:11px;
	
}
p{ margin:0px;
	padding:0px;
	}
.footer{ 
	background:url(../images/footer_bg.jpg) repeat;
	text-align:center;
	text-decoration:none;
	padding:10px 0 10px 0px;
	color:#9f8576;
	}
.footer_underline{
	text-decoration: none;
	color:#9f8576;
	}
	
.footer_underline:hover{
	text-decoration:underline;
	}
