html, body {
	height: 100%;
}
body {
  text-align: center;
  margin-top: 0px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Arial", sans-serif;
  background-color: #4d4738;
  
}
#wrapper {
  margin: 0 auto;
  padding: 0px;
  width: 940px;
  background-image: url(/images/2.jpg);
  text-align: left;
  min-height: 100%;
  height: auto;
} 
/* Hack for IE, Reset to 100% height */
* html #wrapper {
  height: 100%;
}
/* End IE Hack */
#bannerImage{
position: relative;
  margin-left:20px;
  height: 167px;
  width: 409px;
  background-image: url(/images/3.jpg);
z-index: 1;
}
#banner {
  background-color: #80775e;
  height: 33px;
  width: 900px;
   margin-left: 20px;	
   margin-top: -76px;
border-top: 2px solid #4d4738;
border-bottom: 2px solid #4d4738;
}
#menu {

float: left; 
	width: 155px; 
	margin-left: 20px;
height: 298px;
 margin-top: 50px;

margin-right: 0px;
background-image: url(/images/17.jpg);
}
#menu ul
{
text-align:right;
font-size: 18px;
font-weight: bold;
color: #111111;
list-style: none;
}
#menu ul a
{
font-size: 18px;
font-weight: bold;
color: #111111;
text-decoration:none;
}
#menu ul a:hover
{
font-size: 18px;
font-weight: bold;
color: #111111;
text-decoration:underline;
}
#menu ul ul
{
margin-bottom: 7px;
}
#menu ul ul a
{
	font-size: 13px;
font-weight:bold;
color: #111111;
text-decoration:none;
text-align:left;


}
#menu ul ul a:hover
{
	font-size: 13px;
font-weight: bold;
color: #111111;
text-decoration:underline;
}
#content {	
  border-left: 1px solid #333333;
  padding-left: 40px;
padding-bottom: 50px;
margin-top: 50px;
  margin-left: 200px; 
  margin-right: 75px;
}

h3 {
	color: #ffffff;
	background-color: #4a582f;
	border-top: 2px solid #161a0e;
	border-bottom: 2px solid #161a0e;
font-size: 20px;
padding-left: 5px;
}

#footer
{
font-size: .8em;
}


.rssThumbFloat {
  float: left;
  width: 150px;
  border: 1px solid #999999;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .7em;
}
ul#rssThumbNav {
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}
ul#rssThumbNav li a {
display: block;
width: 5em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}
ul#rssThumbNav li a:hover {
color: #FFF;
background-color: #69C;
}
ul#rssThumbNav .left { float: left; }
ul#rssThumbNav .right { float: right; }

a img {
border-style: none;
}