@charset "utf-8";
body {
	background-color: #FFFFFF;
}
#body    p, a, h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#outerwrapper {
	width: 724px;
	margin-left: -362px;
	position: absolute;
	left: 50%;
	top: 12px;
}
#header {
	background-color: #E4E4E4;
	height: 110px;
	width: 724px;
}

#header   h2 {
	font-size: 18px;
	text-align: right;
	margin-right: 42px;
	margin-top: 0px;
	color: #336699;
}
#nav {
	background-image: url(images/header_footer.gif);
	height: 44px;
	text-align: center;
	background-color: #000000;
	width: 724px;
	line-height: 36px;
	font-size: 16px;
}

#nav    a {
	color: #FFFFFF;
	text-decoration: none;

}
#content {
}
#content  a {
	color: #003399;

}
#content_background {
	background-image: url(images/church_picture_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer {
	background-image: url(images/header_footer.gif);
	height: 44px;
	text-align: center;
	background-color: #000000;
	width: 724px;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}

