html, body
{
	height: 100%;
}

body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('images/layout/bg.jpg'); 
	background-repeat:repeat-x;
	background-color: #c5dcbf;
	font-family: arial;
	font-size: 12px;
}

.ness{
	width: 797px;
	height: auto;
	background:url('images/layout/nav/navbg.jpg');
	background-repeat: repeat;
	text-align: left;
	margin: auto;
}

.header{
	width: 797px; 
	height: 256px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	margin:-1px;
	margin-bottom: 0px;
}

.histheader{
	width: 797px; 
	height: 227px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	margin:-1px;
	margin-bottom: 0px;
}

.navitem a{
	display: inline-block;
	width: 181px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}

.nav{
	float: left;
	height: 100%;
	width: 181px;
	padding-top: 10px;
	background:url('images/layout/nav/navbg.jpg');
	background-repeat: repeat;
	display: inline-block;
	padding-bottom: 10px;
}

.cont{
	float: right;
	min-height: 279px;
	height: 100%;
	width: 606px;
	text-align: left;
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	/*margin-left: 181px;*/
	padding-bottom: 10px;
}

.footer{
	clear: both;
	background-color: #55322e;
	height: 28px;
}

.navitem span {
	display: none;
}

.home {
	background: url('images/layout/nav/home.jpg');
	display:block;
	height: 31px;
}

.about {
	background: url('images/layout/nav/about.jpg');
	display:block;
	height: 31px;
}
.history {
	background: url('images/layout/nav/history.jpg');
	display:block;
	height: 31px;
}
.programs {
	background: url('images/layout/nav/programs.jpg');
	display:block;
	height: 31px;
}
.rental {
	background: url('images/layout/nav/rental.jpg');
	display:block;
	height: 31px;
}
.news {
	background: url('images/layout/nav/news.jpg');
	display:block;
	/*width: 100%;*/
	height: 31px;
}
.links {
	background: url('images/layout/nav/links.jpg');
	display:block;
	height: 31px;
}
.volunteer {
	background: url('images/layout/nav/volunteer.jpg');
	display:block;
	height: 31px;
}
.membership {
	background: url('images/layout/nav/membership.jpg');
	display:block;
	height: 31px;
}

a.nav:hover, a.active {
	background-position: bottom right;
}

.navitem a:hover, a.active {
	background-position: bottom right;
}

.avoidlogo{
        margin-bottom: 144px;
  }
.rentalUsage{
  margin-bottom: 175px;
  }

h2 {
	margin: 0;
	font-size: 25px;
	text-transform: uppercase;
	color: green;
	font-family: georgia,garamond,serif;
	border-bottom: 1px solid green;
}


/*.leftshadow{
 background-image: url(images/layout/left_shadow_top.jpg); 
 width: 27px;
 height: 227px"
}*/
