body {
	background-color: #9bcced;
	font: .9em verdana, arial, helvetica;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	padding: 15px;
}
#header {
	background-image: url(/images/logo.300.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	background-color: #9bcced;
	height: 146px;
	text-align: right;
	padding-right: 5px;
}
 #home {
	margin-top: 0;
	padding-top: 3px;
	padding-right: 3px;
}
#navigation {
	margin-top: 110px;
	padding-right:-7px;
}
#home a:link, #home a:visited, #home a:hover {
	color: yellow;
	text-decoration: none;
	font-size: .8em;
}
#home a:hover {
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	padding: 3px 10px 2px 10px;
	font-size: 1em;
	color: #ffffff;
	font-style: italic;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
#navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-style: normal;
}
#content {
	background-color: #ffffff;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content h2 {
	background-image: url(/images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 30px;
	color: #8EC1E5;
	margin-top: 0;
	width: 450px;
	font-size: 3ems;
}
#content img {
	float: right;
	margin-bottom: 10px; 
	margin-left: 5px;
}
#footer {
	background-color: #F4EB0F;
	color: #000000;
	height: 20px;
	padding-top: .5em;
	font-size: .9em;
}
.address {
	float: left;
	padding-left: 5px;
}
.email {
	float: right;
	padding-right: 5px;
}
.email a:link, .email a:visited {
	text-decoration: none;
	color: #000000;
}
.email a:hover {
	text-decoration: underline;
	color: #000000;
}
.saying {
	width: 450px;
	margin-top: 150px;
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
}
#verses {
	font-style: italic;
	color: #999999;
}
