html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
a {
	text-decoration: none;
	color: #999999;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	font-weight: normal;
}
strong {
	font-weight: normal;
}	
.leftimage {
	text-align: left;
	float: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.rightimage {
	text-align: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 3px solid #75945b;
}
#wrapper {
	text-align: center;
	height: 600px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#topBanner {
	float: left;
	height: 63px;
	width: 100%;
	background-image: url(../images/mainLogo-.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#nav {
	height: 15px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 40px;
	padding-right: 20px;
	vertical-align: bottom;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	
}
#nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#nav ul li a{
	color:#ADB777;
	text-decoration:none;
	text-align:center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#nav a:hover, #nav a:focus { 
border-bottom: 1px solid #ffffff;
color: #9B7653;
}
#mainBlock {
	height: 487px;
	width: 935px;
}
#mainBlockLeft {
	background-color: #adb777;
	float: left;
	height: 487px;
	width: 100px;
}
#mainBlockRight {
	background-color: #ADB777;
	float: left;
	height: 487px;
	width: 98px;
}
#mainBlockCenter {
	background-image: url(../images/main_image.jpg);
	float: left;
	height: 479px;
	width: 720px;
	margin-right: 3px;
	margin-left: 3px;
	border: 3px solid #9b7653;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #adb777;
	width: 100%;
}
