body {
	background-color:#e9e0ce;
        background-image:url('bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Sans-serif;
	color:#958b78;
	font-size:11px;
	line-height:18px;
}

a {
	color:#b16b2a;
	text-decoration:none;
}

a:hover {
	color:#b16b2a;
	text-decoration:underline;
}



#bottom {
	font-size:10px;
	color:#a69575;
}

#bottom a {
	font-size:10px;
	color:#a69575;
}

#bottom a:hover {
	font-size:10px;
	color:#a69575;
        text-decoration:underline;
}

#front {
	font-size:11px;
	color:#d9ceb7;
}

#front a {
	font-size:11px;
	color:#d9ceb7;
}

#front a:hover {
	font-size:11px;
	color:#d9ceb7;
        text-decoration:underline;
}


