
body{
	margin: auto;
	border-width: 2px;
	border-style:solid;
	border-color:#000000;
	width:800px;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color:#E2E2E2;
	margin-top: 10px;
}
p{
	color: #000000;
	font-size: 14px;
	font-style: normal;
}
li{
	border: none;
}
a img{
      border:none;}
a:active {
	outline:none;
}
usemap{border: none;}
map {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header{
	background-color: #FFFFFF;
	top: 0px;
	width:800px;
	height:80px;
}
#navBar{
margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	
	top: 80px;
	width: 800px;
	height: 64px;
}
#navigation{
margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	list-style:none;
	
	border-left: 1px solid #66FF33;
	border-right: 1px solid #66FF33;
}
#navigation li{
	float:left;
	margin:none;
}
#navigation li a{
	background-image: url(../Images/NavBar.png);
	display: block;
	height: 64px;
	width: 133px;
	text-indent:-9999px;
}
.AboutUs{
	background-position:0px 0px;
}
.History{
	background-position:-133px 0px;
}
.AboutUU{
	background-position:-266px 0px;
}
.Sermons{
	background-position:-399px 0px;
}
.Schedule{
	background-position:-532px 0px;
}
.Links{
	background-position:-665px 0px;	
}
.AboutUs:hover{
	background-position:0px -64px;
}
.History:hover {
	background-position:-133px -64px;
}
.AboutUU:hover{
	background-position:-266px -64px;
}
.Sermons:hover{
	background-position:-399px -64px;
}
.Schedule:hover{
	background-position:-532px -64px;
}
.Links:hover{
	background-position:-665px -64px;	
}
#content{
	height:auto;
	background-color:#FFFFFF;
	top: 144px;
	padding: 20px;
}
#footer p{
	font-size:10px;
}

#footer{
		background-color:#C6FFFF;
		width:800px;
		height:80px;
		border-top: 1px solid #66FF33;}
#footBanner{
			position:relative;
			float:left;
			height: 80px;
			width: 468px;}
#Copyright{
			position:relative;
			float:right;
			height:80px;
			width: 332px;}
a:link {
	color: #0066CC;
}
a:hover {
	color: #00CCFF;
}
a:visited{
	color: #00CCFF;
}
