﻿body {
	margin: 0;
	padding: 0;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
p { }

td { }

a:link { color: #967751; font-weight: bold; text-decoration: none; }

a:visited { color: #967751; font-weight: bold; text-decoration: none; }

a:hover { color: #e0e003; font-weight: bold; text-decoration: none; }

a:active { color: #e0e003; font-weight: bold; text-decoration: none; }

div.wrapper { position: relative; width: 800px; margin-left: auto; margin-right: auto; }
div.header { width: 800px; }
div.maincont {  background-image: url("../images/maincontbg.gif"); width: 800px; }
div.footer { width: 800px; text-align:center; }
div.nav { position: relative; text-align:center; left: 4px; width: 193px; float: left; }
div.cont { position: relative;  right: 27px; width: 548px; float: right;}
div.conthead { width: 548px; }
div.contbox { background-image: url("../images/contbg.gif"); width: 526px; padding: 5px 10px; border: solid 1px #000; color: #d4c0aa; }
div.spacer { width: 800px; clear: both; }
div.center { text-align: center; }

