body {
	font:		80% arial, helvetica, sans-serif;
	background:	#ccc;

}

.accessaid, h1 {
	position:		absolute;
	height:			0;
	overflow:		hidden;
}

a:link, a:visited, a:active {
	text-decoration:	none;
}

#header {
	background:		#069;
	padding:		1em 1em 1.5em 11em;
	height:			7.5em;
}

#navigation {
	position:		absolute;
	top:			10em;
	left:			0;
	width:			9em;
        font-size:		1.2em;
        font-weight:		bold;
	color:			#fff;
}

#navigation ul {
	margin:			.1em .1em .8em .1em;
	padding:		0;
	list-style:		none;
}

#navigation ul a {
	color:			#fff;
	text-decoration:	none;
	display:		block;
	background:		#17a;
	padding:		0 .3em;
	margin:			.1em 1em .3em .4em;
}

#navigation a:visited {
	color:			#ccc;
}

#navigation a:hover {
	background:		#28b;
}

#content {
	background:		white;
	padding:		.1em 1em 2em 1em;
	padding:		.1em 2em 1em 1em;
	border-left:		10em solid #069;
}

#content2 {
	background:		white;
	padding:		.1em 1em 2em 1em;
	padding:		.1em 2em 1em 1em;
	border-left:		10em solid #069;
	text-align:		center;
}
h2 {
	font-size:		2em;
	color:			#036;
	text-align:		center;
}

h3 {
	font-size:		1.5em;
	color:			#036;
}

h4 {
	font-size:		1.0em;
	color:			#036;
	margin-bottom:		0;
}

h5 {
	font-size:		1.0em;
	font-weight:		300;
	color:			#036;
}

#content img {
	width:			360px;
	height: 		270px;
	padding:		.1em;
	border:			.1em solid #333;
	float:			right;
	margin: 		.01em .01em .5em .5em;
}

#pastors ul {
	position:		relative;
	margin:			1.5em 0em 2em 16em;
}

#pastors ul li {
	margin-top:		.3em;
	margin-bottom:		.3em;
}

#beliefs ul {
	position:		relative;
	margin:			1.5em 0em 2em 1em;
}

#beliefs ul li {
	margin-top:		1em;
	margin-bottom:		1em;
}
	
#container {
	position:		relative;
	width:			70em; /* real width */
	border:			solid #036;
	border-width:		.3em .3em;
	margin:			auto;
}

#footer {
	clear:			both;
	padding-top:		1em;
}

#address {
	float:			left;
        font-size:		0.95em;
        font-weight:		bold;
	text-align:		left;
	color:			black;
}

#phones {
	float:			right;
	font-size:		0.95em;
	font-weight:		bold;
	text-align:		right;
	color:			black;
}

#services {
	font-size:		0.95em;
        font-weight:		bold;
	text-align:		center;
	color:			black;
}

#catchline {
	font-size:		0.95em;
        font-weight:		bold;
	text-align:		center;
	color:			black;
}

#provider {
	font-size:		0.75em;
	text-align:		left;
	margin:			2.0em 1.0em 0em 0em;
}

#announce {
	font-size:              0.95em;
	font-weight:            bold;
	text-align:             center;
	color:                  black;
}

