
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666; /*#5E3C00*/
	background: url(/images/body-bg.png);
}
a {
	outline: none;
}
#wrap {
    margin:0 auto;
    width: 760px;
	height: 100%;
	padding: 0 5px;
	border-bottom: 5px solid #FFF;
	background-color: #FFF;
}
#header {
	height: 130px;
}
#header a img {
	margin: 25px 330px 25px 25px;
	float: right;
	border: 0;
	text-decoration: none;
}
#header ul {
	float: left;
	background-color: #909859;
	width: 150px;
	height: 110px;
	padding-top: 20px;
	list-style-type: none;
	display: block;
}
#header ul li { 
	margin: 1px 15px;
	padding: 2px 0;
}
#header ul li a { 
	text-decoration: none;
	list-style: none;
	font-size: 90%;
	text-transform: uppercase;
	color: #FFF;
}
#header ul li a:hover { 
	color: #C0C696;
	border-bottom: 1px dotted #C0C696;
}
#main {
    float: right;
    width: 605px;
    margin: 3px 0 0 4px;
	background-color: #5E3C00;
}
#rotate {
	border-right: 5px solid #FFF;
	height: 350px;
	width: 540px;
}
#sidebar {
	margin-top: 3px;
    float: left;
    width: 150px;
	height: 465px;
	background-color: #5E3C00;
	color: #FFF;
}

#subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li { 
	margin: 0px;
	padding: 5px 0;
border-top: 1px solid #7F5307;
border-bottom: 1px solid #4F3405;
}
#subnav li a {
	display: block;
	padding: 3px 0 3px 15px;
	width: 130px;
	color: #fff!important;
letter-spacing: -.3px;
	font-size: 11px;
	color: #5E3C00;
	text-decoration: none;
}
#subnav a:hover, #subnav a.currentpage {
	background: url(/images/arrow.gif) no-repeat left 50%;
	color: #FFF;
	text-decoration: none;
}
#subnav ul ul li { 
	margin: 0 0 1px 10px;
	padding: 2px 0 0 0;
	font-size: 92%;
}
#subnav ul ul a {
	display: block;
	padding: 1px 2px 1px 20px;
	width: 105px;
	color: #9D9282;
	text-decoration: none;
	background-image: none;
}
#subnav ul ul a:hover  {
	color: #5E3C00;
	background: url(/images/subarrow.gif) no-repeat left 50%;
	text-decoration: none;
}
#news {
       width: 585px;
       float: right;
       min-height: 100px;
       background-color: #909859;
       margin: 5px 0;
       padding: 5px 10px;
}

#news p {
color: #FFF;
}
#news a {
color: #333;
}
#news a:hover {
      color: #CDE6A0;
}
#news h3 {
      font-size: 14px;
      color: #CDE6A0;
      padding: 2px 0;
      text-decoration: none;
}
address {
color: #333;
margin: 5px 0;
font-weight: bold;
}
/*
#mainStrip {
	float: right;
	background-color: #FFF;
	padding-top: 5px;
	margin-left: -5px;
	padding-bottom: 5px;
}
#mainStrip img {
       background-color: #FFF;
	border-left: none;
	border-right: none;
	margin: 0;
        padding: 0 0 0 5px;
	float: left;
}
*/
fieldset {
border: none;
}
#searchbox {
	clear: left;
	padding-top: 40px;
width: 150px;
}
#searchbox label {
	margin: 0 0 0 7px;
	text-transform: uppercase;
	display: block;
	color: #909859;
}
#searchbox input#searching {
	display: inline;
	float: left;
	width: 100px;
	margin: 1px 0 1px 5px;
	padding: 2px 0 2px 2px;
	color: #909859;
	border: 1px solid #909859;
}
#searchbox input#buttonSearch {
	float: right;
	margin: 2px 3px 0 0;
	width: 30px;
	height: 15px;
	font-weight: bold;
	color: #909859;
	border: none;
}
#bottom {
	clear: right;
	background-color:#CDE6A0;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	font-size: 105%;
}
#bottom h3 {
	color: #5E3C00;
	font-size: 95%;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#bottom ul {
	margin: 7px auto 0 auto;
	list-style-type: none;
}
#bottom ul li { 
	display: inline;
}
#bottom ul li a { 
	margin: 0 7px 0 1px;
	color: #5E3C00;
	text-decoration: none;
	list-style: none;
	font-size: 80%;
}
#bottom ul li a:hover { 
	border-bottom: 1px dotted #909859;
	color: #909859;
}
#footer {
	margin-top: 15px;
	text-align: left;
	font-size: 85%;
	background-color: #1D1D1D;
}
#footer p {
	font-size: 95%;

	color: #909859;
	padding: 4px;
}	
#footer a {
color: #CDE6A0;
}


/**************************************************************** Layout fix for IE */
* html #main {
	display:inline;
}
* html #sidebar {
	display:inline;
}




