body{
	background-color:#5b6e47;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/template/bg.jpg);
	color: #FFF;
}
h1{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

h2{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
}

h3{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#main{
	width:902px;
	margin-left:auto;
	margin-right:auto;
	background-color: #2e3724;
}


#banner{
	width:902px;
	height:346;
	position: relative;
}



#banner_contact{
	height:81px;
	width: 220px;
	padding-top: 20px;
	position: absolute;
	left: 777px;
	top: 0px;
	text-align: center;
}

#banner_main{
	position:absolute;
	height:265px;
	width:1000px;
	left: 0px;
	top: 81px;
	
}

#body{
	width:902px;
	background-color: 2e3724;
	background-image: url(images/body/bodybg.jpg);
}

#body_copy{
	width:875px;
	margin-left:15px;
	color: #FFF;
	font-size: 12px;
	
}


menu { 
	margin: 0; 
	padding: 0; 
	list-style: none; background: #fff; 
} 


#front_news{
	float:right;
	width:auto;
	margin-left: 10px;
}

.float {
  float: left;
  margin-left:10px;
  }


.spacer {
  clear: both;
  }

.link_color{
	color:#CCC;
}



.menu li { 
	padding: 0; 
	margin: 0; 
	height: 49px; 
	margin-right: 1em; 
	list-style: none; background-repeat: no-repeat; 
} 
.menu li a, .menu li a:visited { 
	display: block; 
	text-decoration: none; 
	text-indent: -1000px; 
	height: 49px; 
	background-repeat: no-repeat; 
} 
.home {
	background-image: url(../images/banner/home_over.jpg);
	width:166px;
	position: absolute;
	top: 216px;
	left: 0px;
} 
.home a {
	background-image: url(../images/banner/home.jpg);
	
} 
.about {
	background-image: url(../images/banner/about_over.jpg);
	width: 170px;
	position: absolute;
	top: 216px;
	left: 166px;
}
.about a {
	background-image: url(../images/banner/about.jpg);
} 
.ways {
	background-image: url(../images/banner/ways_to_give_over.jpg);
	width: 166px;
	position: absolute;
	top: 216px;
	left: 336px;
} 
.ways a {
	background-image: url(../images/banner/ways_to_give.jpg);
} 
.how {
	background-image: url(../images/banner/hoe_to_save_by_donating_over.jpg);
	width: 166px;
	position: absolute;
	top: 216px;
	left: 502px;
} 
.how a {
	background-image: url(../images/banner/hoe_to_save_by_donating.jpg);
} 
.news {
	background-image: url(../images/banner/news_media_over.jpg);
	width: 166px;
	position: absolute;
	top: 216px;
	left: 668px;
} 
.news a {
	background-image: url(../images/banner/news_media.jpg);
} 
.contact {
	background-image: url(../images/banner/contact_us_over.jpg);
	width: 166px;
	position: absolute;
	top: 216px;
	left: 834px;
} 
.contact a {
	background-image: url(../images/banner/contact_us.jpg);
} 
ul.menu li a:hover {background: none;} 
.menu li {float: left;} 
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
