body {
	margin: 0;
	padding: 20px;
}
ul#mainNav {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin-right: 25px;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px dashed #999;
	float: left;
	clear: left;
}
#mainNav a {
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px dashed #999;
	padding: 7px 5px 7px 30px;
	border-bottom: none;
	display: block;
	background-color: #E7E7E7;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainNav a:hover {
	font-weight: bold;
	background: #B2F511 url(images/go.png) no-repeat 5px 50%;
}
body#home a#homeLink,
body#welcome a#welcomeLink,
body#pastor a#pastorLink,
body#services a#servicesLink,
body#mission a#missionLink,
body#pictures a#picturesLink,
body#video a#videoLink,
body#archives a#archivesLink,
body#bio a#bioLink,
body#links a#linksLink {
	background: #FFFFFF;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}
#header {
	margin-right: 167px;
}
div.figure1, div.figure3, div.figure5 {
	float: right;
	margin: 0 0 10px 25px;
}
div.figure2, div.figure4, div.figure6 {
	float: left;
	margin: 0 25px 10px 0;
}
.figure1 p, .figure2 p, .figure3 p, .figure4 p, .figure5 p, .figure6 p {
	font: .8em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #e6f3ff;
	border: 1px dashed #666;
	padding: 5px;
}
.figure1 p, .figure3 p, .figure6 p {
	width: 240px;
}
#container {
	font: 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-left: 200px;
}
#container2 {
	width: 625px;
}
h1 {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.8em;
}

#mainNav li {
        display: inline;
}

* html #mainNav a {
        height: 1px;
}
