/* CSS Document */
h1 {
	margin: 0;
	padding: 0;
	height: 30px;
}

h1 span {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;

}

ul li {
	margin: 0 10px 0 25px;
	font-weight: bold;
}

ul li ul li{
	margin-left: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}

#about h1 {
	background: url(../images/header_about.jpg) no-repeat;
}

#projects h1 {
	background: url(../images/header_projects.jpg) no-repeat;
}

#scholarships h1 {
	background: url(../images/header_scholarships.jpg) no-repeat;
}

#antitrafficking h1 {
	background: url(../images/header_antitrafficking.jpg) no-repeat;
}


#summercamp h1 {
	background: url(../images/header_summercamp.jpg) no-repeat;
}

#wintercamp h1 {
	background: url(../images/header_wintercamp.jpg) no-repeat;
}
#routes h1 {
	background: url(../images/header_routes.jpg) no-repeat;
}

#prosthetics h1 {
	background: url(../images/header_prosthetics.jpg) no-repeat;
}

#fundraisers h1 {
	background: url(../images/header_fundraisers.jpg) no-repeat;
}

#danceathon h1 {
	background: url(../images/header_danceathon.jpg) no-repeat;
}	
#walkathon h1 {
	background: url(../images/header_walkathon.jpg) no-repeat;
}	
#daysalon h1 {
	background: url(../images/header_daysalon.jpg) no-repeat;
}	
#w5documentary h1 {
	background: url(../images/header_w5documentary.jpg) no-repeat;
}	

#whatwehavedone h1 {
	background: url(../images/header_whatwehavedone.jpg) no-repeat;
}
#pictures h1 {
	background: url(../images/header_pictures.jpg) no-repeat;
}
#pics-summercamp2005 h1 {
	background: url(../images/header_scamp2005.jpg) no-repeat;
}
#pics-wintercamp2006 h1 {
	background: url(../images/header_wcamp2006.jpg) no-repeat;
}
#articles h1 {
	background: url(../images/header_articles.jpg) no-repeat;
}

#makeadifference h1 {
	background: url(../images/header_makeadiff.jpg) no-repeat;
}

#donations h1 {
	background: url(../images/header_donations.jpg) no-repeat;
}


#contact h1 {
	background: url(../images/header_contact.jpg) no-repeat;
}

#comingsoon h1 {
	background: url(../images/header_comingsoon.jpg) no-repeat;
}

