/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

a {
	text-decoration:none;
	font-weight:500;
	color:#924249;
}
a:hover {
	color:#b65961;
}

#mainbox {
	width:100%;
	text-align:center;
	background-image:url(../images/greyBg.jpg);
	background-repeat:repeat;
}
#header {
	width:806px;
	margin: 0 auto;
	padding-top:10px;
}
#footer {
	width:775px;
	margin: 0 auto;
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
	text-align:left;
	color:#bb894e;
}
#footer a {
	text-decoration:none;
	font-weight:500;
	color:#bb894e;
}
#footer a:hover {
	color:#ecbf8a;
}
#footer h1 {
	margin:0px;
	padding:0px;
	padding-top:10px;
	font-size:12px;
	font-weight:500;
	color:#924249;
}
#footer h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:500;
	color:#6b2228;
}
#footer ul {
	margin:0px;
	padding:0px;
	float:right;
	text-align:right;
	list-style-type:none;
}
.hilight {
	color:#924249;
}