@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7D7B31;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#2C2F00;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFEAD7;
	background-image:url(/images/menu-bg.png);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -15px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-image:url(/images/standard-bg.jpg);
	background-position:center;
	background-repeat:none;
	min-height:155px;
}
#headerwrap {
	width:960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#logo {
	padding-top:25px;
	float:left;
}
#sublogo {
	padding-top:55px;
	text-align:right;
/*	float:left; */
}
#topnavLeft {
	float:left;
}
#topnavRight {
	float:right;
}
#topnav {
	text-align:left;
	padding-top:12px;
	color:#7D7B30;
	font-size:16px;
	height:40px;
	font-weight:bold;
	line-height:22px;
}
#topnav a {
	color:#7D7B30;
	text-decoration:none;
	font-size:14px;
}
#topnav a:hover {
	color:#3A261F;
}
#frame {
	text-align:center;
}
#footer {
	background-image:url(/images/footer-bg.png);
	text-align:left;
	background-color:#1C1612;
	background-position:top;
	background-repeat:repeat-x;
	width:960px;
	min-height:350px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color:#DDCABF;
	font-size:12px;
	line-height:18px;
	padding:0;
}
#footer .farleft {
	float:left;
	width:195px;
	padding-top:40px;
	padding-left:35px;
	min-height:150px;
	padding-right:25px;
}
#footer .left {
	float:left;
	width:195px;
	padding-top:40px;
	padding-left:5px;
	padding-right:24px;
	min-height:150px;
}
#footer .right {
	padding-top:40px;
	width:920px;
}
#footer h3 {
	font-size:16px;
}
#footer .copyright {
	clear:both;
	margin-top:100px;
	text-align:center;
}
#subfooter {
	background-image:url(/images/standard-bg2.jpg);
	background-repeat:repeat-x;
	min-height:335px;
}
#browse {
	padding-top:20px;
	padding-bottom:40px;
}
.leftImage {
	float:left;
}
.rightImage {
	float:right;
}
.paddingBottom {
	padding-bottom:5px;
}