﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px auto;
	padding: 0px;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	position: relative; 
	width: 800px; 
	margin-right:auto; 
	margin-left:auto;
	background-image: repeat
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}

p { background-image: none; }

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 { position: relative; background-image: url('../images/maincontbg.gif'); width: 800px; height: 580px; }
div.nav { text-align:center; width: 193px; height: 430px; float: left; }
div.cont { position: relative;  width: 590px; float: right;}
div.contbox { width: 590px; height: 430px; }
div.center { text-align: center; }
div.footer { width: 800px; text-align:center; }

