body {
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #671e14;
}

#mainpage {
	width: 1024px;
	margin: 10px auto;
	line-height: 130%;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-image: url(../images/bg5.jpg);
}

#container {
	width: 90%;
	margin: 10px auto;
	line-height: 130%;
}

#top1
{
	padding: 0em;
	background-color: inherit;
	height: 100px;
	background: url(../images/PastorJenniferHeader1c.png) no-repeat center;
	border: none;
	border-top-style: none;
}

#top2
{
	padding: 0em;
	height: 330px;
	background: url(../images/header2.png) no-repeat center;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	background-color: transparent;
	background-image: url(../images/bgtp.png);
}

#menu a, #menu a:visited {
	text-decoration: none;
	display: block;
	width: 10em;
	height: 1.5em;
	padding: 0.5em;
}
#menu a:hover {
	border-bottom: 1px none #fff;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
}

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: 1em;
	max-width: 36em;
	background-color: transparent;
	background-image: url(../images/bgtp.png);
}
#content h1
{
	line-height: 100%;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
	font-size: x-small;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


