body {
	margin: 0;
	font-family: Georgia;
	font-size: 16px;
}

#header {
	background: #003399 url(img/header.png);
	height: 105px;
}
	#header .text {
		position: absolute;
		z-index: 100;
		left: 450px;
		top: 40px;
		font: italic 16px Times New Roman;
		color: #fff;
		white-space: nowrap;
	}

.ribbon {
	margin-top: 200px;
	padding: 0;
	width: 100%;
	height: 22px;
	background-color: #F0E68C;
	clear: left;
}

#nav ul {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	font-size: 13px;
}

#nav ul li {
	float: left;
	width: 12.5%;
	height: 100%;
}

#nav ul li a {
	width: 100%;
	height: 100%;
	line-height: 150%;
	font-weight: bold;
	display: block;
	font-family: Georgia Times;
	background-color: #F0E68C;
	color: black;
	float: left;
}

#nav ul li a:hover {
	background-color: #e4db86;
}


#content {
	background: url(img/church_bg.gif) bottom right no-repeat;
	width: 100%;
	min-height: 600px;
	height: 100%;
	float: left;
}

#main {
	height: 100%;
	padding: 25px;
	line-height: 150%;
}
#main li {
	padding: 4px 0px 4px 0px;
}

#footer {
	width: 100%;
	background: #003399;
	font-size: 12px;
	text-align: center;
	color: #fff;
	clear: both;
	padding: 10px 0px 10px 0px;
}

h1 {
	color: #0066CC;
	padding: 8px 8px 8px 0px;
	font-size: 18px;
	border-bottom: 1px #ccc solid;
	display: block;
}

ul {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 6px;
}

a {
	cursor: pointer;
	text-decoration: underline;
	color: #000099;
}

a:hover {
	color: #BDB76B;
}

#footer a {
	cursor: pointer;
	text-decoration: underline;
	color: #fff;
}