#wrapper
{
	width: 770px;
	height: 100%;
	margin: 0 auto;
}

a, a:active, a:link, a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }

/* Header */

#headerWrapper * { margin: 0; padding: 0; }

#crest {
	float: left;
}

#header_name { 
	background: url('../images/name.gif') no-repeat; 
	width: 470px;
	height: 122px;
	float: left;
}

#header_address { 
	background: url('../images/address.gif') no-repeat; 
	width: 470px;
	height: 28px;
	float: left;
}

#nameaddy {
	width: 470px;
	height: 150px;
	float: left;
}

#shield {
	float: right;
}

/* Menu */

#menuWrapper * { margin: 0; padding: 0; }

div#menuWrapper { float: left; padding-top: 25px; width: 150px; }

div#menuWrapper img { text-align: center; }

#menuWrapper ul { list-style: none; }

#menuWrapper ul li h3 {
	width: 150px; 
	height: 30px; 
	text-indent: -999px;  
}

#menuWrapper ul li h3 a {
	display: block; 
	width: 150px;
	height: 30px;
}

#menuWrapper ul li ul li {
	margin-left: 28px;
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
}

#menuWrapper ul li ul {
	margin-bottom: 5px;
}

#home a { background: url('../images/home.gif') no-repeat; }
#home a:hover { background: url('../images/home-hover.gif') no-repeat; }

#about_us a { background: url('../images/about_us.gif') no-repeat; }
#about_us a:hover { background: url('../images/about_us-hover.gif') no-repeat; }

#worship a { background: url('../images/worship.gif') no-repeat; }
#worship a:hover { background: url('../images/worship-hover.gif') no-repeat; }

#events a { background: url('../images/events.gif') no-repeat; }
#events a:hover { background: url('../images/events-hover.gif') no-repeat; }

#contact_us a { background: url('../images/contact_us.gif') no-repeat; }
#contact_us a:hover { background: url('../images/contact_us-hover.gif') no-repeat; }

#links a { background: url('../images/links.gif') no-repeat; }
#links a:hover { background: url('../images/links-hover.gif') no-repeat; }

#ministries a { background: url('../images/ministries.gif') no-repeat; }
#ministries a:hover { background: url('../images/ministries-hover.gif') no-repeat; }

#education a { background: url('../images/education.gif') no-repeat; }
#education a:hover { background: url('../images/education-hover.gif') no-repeat; }

#music a { background: url('../images/music.gif') no-repeat; }
#music a:hover { background: url('../images/music-hover.gif') no-repeat; }
