/* MASTHEAD */

#masthead	{
	background: url(bg-masthead.jpg) no-repeat;
	height: 77px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

/* END MASTHEAD */


/* NAV */

#nav	{
	background: #7973c2;
	height: 26px;
	width: 800px;
}
ul#navtop {
	width:800px;
	height:26px;
	margin:0px;
	padding:0px;
	list-style-type: none;
	overflow:hidden;
	background:#7973c2;
	}
ul#navtop li {
	display:inline;
	float:left;
	}
ul#navtop a {
	height:26px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	}
ul#navtop .philanthropy {background-image:url(nav-philanthropy.gif); width:180px;background-color:#7973C2;}
ul#navtop .philanthropy:hover {background-image:url(nav-philanthropy-on.gif); width:180px;background-color:#7973C2;}
ul#navtop .donate {background-image:url(nav-donate.gif); width:115px;background-color:#7973C2;}
ul#navtop .donate:hover {background-image:url(nav-donate-on.gif); width:115px;background-color:#7973C2;}
ul#navtop .recognition {background-image:url(nav-recognition.gif); width:151px;background-color:#7973C2;}
ul#navtop .recognition:hover {background-image:url(nav-recognition-on.gif); width:151px;background-color:#7973C2;}
ul#navtop .special {background-image:url(nav-special.gif); width:128px;background-color:#7973C2;}
ul#navtop .special:hover {background-image:url(nav-special-on.gif); width:128px;background-color:#7973C2;}
ul#navtop .about {background-image:url(nav-about.gif); width:97px;background-color:#7973C2;}
ul#navtop .about:hover {background-image:url(nav-about-on.gif); width:97px;background-color:#7973C2;}
ul#navtop .contact {background-image:url(nav-contact.gif); width:129px;background-color:#7973C2;}
ul#navtop .contact:hover {background-image:url(nav-contact-on.gif); width:129px;background-color:#7973C2;}

/* END NAV */


/*HEADERS*/

#pagetitle-about {
	background: url(about_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

#pagetitle-contact {
	background: url(contact_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

#pagetitle-events {
	background: url(events_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

#pagetitle-phil {
	background: url(philanthropy_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}
#pagetitle-recognition {
	background: url(recognition_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

#pagetitle-waystogive {
	background: url(waystogive_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

#pagetitle-intheirownwords {
	background: url(intheirownwords_title.jpg) no-repeat;
	height: 155px;
	width: 800px;
}
#pagetitle-donate {
	background: url(donate_now.jpg) no-repeat;
	height: 155px;
	width: 800px;
}

/*END HEADERS*/