/* CSS Document */
body{
	margin:0px;
	color:#452e0f;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5f0dc;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:170%;
	}
a{
	color:#9c6411;
	text-decoration:underline;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
p{
	text-align:justify;
	}
.menu{
	color:#f5f0dc;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	}
.menu a{
	color:#f5f0dc;
	text-decoration:none;
	}
.menu a:hover{
	color:#fff;
	text-decoration:underline;
	}
.heading{
	font-size:22px;
	line-height:150%;
	color:#fff;
	padding-left:10px;
	text-transform:uppercase;
	}
.cream-text{
	font-size:12px;
	text-decoration:none;
	color:#f5f0dc;
	}
.cream-text a{
	color:#f5f0dc;
	text-decoration:none;
	}
.cream-text a:hover{
	text-decoration:underline;
	color:#fff;
	}
.recent-text{
	color:#000;
	}
.recent-text a{
	color:#000;
	text-decoration:underline;
	}
.recent-text a:hover{
	text-decoration:none;
	}
.footer{
	color:#b0a28e;
	text-decoration:none;
	}
.footer a{
	color:#8f816e;
	text-decoration:none;
	}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
	}
