@import url(/aha_nav.css);

body
{
	font-size: 12px;
	color: #373737;
	margin: 0;
	background-color: #fff;
	font-family: verdana, 'Lucida sans',sans-serif;
	font-weight:  normal;
}

a, a:link, a:visited
{
	color: #cc0000;
	text-decoration: none;
}

div { margin: 0; }

p, li, blockquote { line-height: 1.6em;
    font-size: 0.9em; 
    }
blockquote { margin-left: 9em; } 

h1 {font-weight: normal;
	font-family: Georgia, serif;
	font-size: 1.7em; 
	}
hr { margin: 1em 36px; }

/* Major Divisions */
#wrap
{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header
{
	width: 900px;
	background-image: url(/images/head_back.png);
	background-repeat: no-repeat;
	min-height: 123px;
}

#nav
{
	width: 900px;

}

#content {
	width: 870px;
	background-color: #f2f2eb;
	padding: 15px;
	margin-bottom: 0;
	 }
#content p, #content h1, #content h2, #content h3, #content li {
 margin: 1em 36px; 
}
#content img { float: left; clear: left; margin: 0 10px 10px 0; }
.breadcrumb { font-size: 0.8em; color: #aaa; text-align: right; margin: 0 0; display:none; }

.churchPic { float: left; margin: 0 10px 10px 35px; }
.churchPic p { clear: left; font-size: 0.8em; font-style: italic; width: 180px; margin: 0 0 0 0;}

#footer
{
	width: 900px;
	border: none;
	min-height: 150px;
	background-image: url(/images/foot_back.png);
	background-repeat: no-repeat;
	margin-top: 0;
}

#footer p
{
	color: #fff;
	font-size: 9px;
	line-height: 13px;
	margin-left: 260px;
	padding-top: 15px;
	margin-top:0;
}
#footer a, #footer a:visited, #footer a:link 
{ 
	color: white; 
	border-bottom: 1px dotted #eee;
	font-weight: bold; 
}

