html, body {
	color: #000;
	background: #F3E2D8;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	}

* {
	padding: 0;
	margin: 0;
	}

a {
	color: #000;
	}

#container {	
	height: 100%;
	min-height: 100%;
	width: 950px;
	margin: auto;
	background: url(images/slice.jpg) repeat-y;
	}
	
#top {
	background: url(images/top.jpg) no-repeat;
	width: 900px;
	height: 44px;
	color: #667;
	}

h1 {
	text-align: center;
	padding-top: 0.5em
	}

#bar {
	width: 100%;
	padding: 0;
	margin: auto;
	text-align: center;
	}

#bar ul {
	list-style-type: none;
	padding: 1em 0 0 0;
	margin: auto;
	}

#bar li {
	display: inline;
	text-align: center;
	font: bold medium Tahoma, san-serif;
	padding: 0;
	}
	
#bar li a img {
	border: none;
	}

a.tip {
    position: relative;
	font: bold medium Tahoma, san-serif;
	}

a.tip span {
	display: none;
	}

a.tip:hover span {
    display: block;
    position: absolute;
    top: 1em; 
	left: 0; 
	width: 15em;
    border: 1px solid #800000;
    background-color: #fff; 
	color: #000;
    text-align: center;
	}
		
#middle {
	height: 100%;
	min-height: 100%;
	}

#midleft {
	float: left;
	background: url(images/side.jpg) no-repeat;
	width: 177px;
	height: 472px;	
	list-style-type: none;
	}
	
#midleft ul {
	width:100%; 
	padding-top: 1em; 
	margin:0; 
	list-style-type:none; 
	text-align:center;
	}	
	
#midleft li {
	float:left;
	padding:0;
	height:24px;
	margin-bottom:3px;
	}
	
#midleft li a {
	display:block;
	width:175px;
	height:24px;
	text-decoration:none;
	}
	
#midleft li a img {
	visibility:hidden;
	height:24px;
	}
	
#midright {
	float: left;
	background: url(images/middle.jpg) no-repeat;
	width: 723px;
	height: 100%;
	}

#content {
	float: left;
	padding-left: 10px;
	}
	
#bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 900px;
	height: 49px;
	clear: both;
	}	

#footer {
	clear: both;
	padding: 1em;
	}

#footer p {
	text-align: center;
	}
/*end template info*/
	
/*begin the nav info*/
a.home {
	background:url(images/home.png) no-repeat;
	}
	
a.home:hover {
	background:url(images/homelite.png) no-repeat;
	}
	
a.overview {
	background:url(images/overview.png) no-repeat;
	}
	
a.overview:hover {
	background:url(images/overviewlite.png) no-repeat;
	}
	
a.bio {
	background:url(images/pastor.png) no-repeat;
	}
	
a.bio:hover {
	background:url(images/pastorlite.png) no-repeat;
	}
	
a.calen {
	background:url(images/calen.png) no-repeat;
	}
	
a.calen:hover {
	background:url(images/calenlite.png) no-repeat;
	}
			
a.school {
	background:url(images/school.png) no-repeat;
	}
	
a.school:hover {
	background:url(images/schoollite.png) no-repeat;
	}	
			
a.fellow {
	background:url(images/fellow.png) no-repeat;
	}
	
a.fellow:hover {
	background:url(images/fellowlite.png) no-repeat;
	}
		
a.desk {
	background:url(images/desk.png) no-repeat;
	}
	
a.desk:hover {
	background:url(images/desklite.png) no-repeat;
	}
	
a.sermons {
	background:url(images/sermons.png) no-repeat;
	}
	
a.sermons:hover {
	background:url(images/sermonslite.png) no-repeat;
	}	
	
a.scripture {
	background:url(images/scripture.png) no-repeat;
	}
	
a.scripture:hover {
	background:url(images/scripturelite.png) no-repeat;
	}

a.sick {
	background:url(images/sick.png) no-repeat;
	}
	
a.sick:hover {
	background:url(images/sicklite.png) no-repeat;
	}
	
a.lpcbc {
	background:url(images/lpcbc.png) no-repeat;
	}
	
a.lpcbc:hover {
	background:url(images/lpcbclite.png) no-repeat;
	}
	
a.links {
	background:url(images/links.png) no-repeat;
	}
	
a.links:hover {
	background:url(images/linkslite.png) no-repeat;
	}
/*end nav info*/


.box {
	width: 100%;
	margin: auto;
	clear: both;
	margin: 0 0 15px 0;
	}
	
#addr {
	font: bold medium Verdana, sans-serif;
	text-align: center;
	float: left;
	width: 35%;
	margin: auto;
	padding-left: 1em;
	}

#pulpit {
	text-align: center;
	float: left;
	width: 60%;
	}

#image {
	float: left;
	vertical-align: middle;
	margin: auto;
	padding: 20px 0 15px 25px;
	text-align: center;
	}

#quote {
	text-align: center; 
	font: normal medium Arial, Helvetica, sans-serif; 
	width: 65%;
	margin: auto;
	padding: 40px 0 0 0px;
	vertical-align: bottom;
	float: left;	
	}
	
	

/*begin announcment info*/
#announce {
	width: 100%;
	margin: auto;
	clear: both;
	}

#announce h2 {
	font-size: 17px;
	font-face: Trebuchet MS;
	text-align: left;
	padding: 10px 0 10px 20px;
	}

#announce p {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	}

#announce ul {
	list-style-type: none;
	left: -2em; 
	padding-left: 20px; 
	}

#announce li {
	padding: 0 0 5px 0;
	}
	
#announce li a {
	color: #000;
	}

#announce li a:hover {
	text-decoration: none;
	}

#announce ul ul {
	list-style-type: circle;
	padding: 0 0 0 15px;
	}

#announce ul ul ul {
	list-style-type: none;
	}
/*end announcment info*/	

/*begin fellowship bar info*/
#fellowlink {
	width: 650px;
	margin: auto;
	padding: 1em 0 0 2em;
	clear: both;
	}

#fellowlink ul {
	text-align: center;
	font: italic bold 12px Verdana, sans-serif;
	list-style-type: none;
	margin: auto;
	padding: 0;
	display: inline;
	}
	
#fellowlink li {
	float: left;
	width: 110px;
	}

#fellowlink li a {
	display: block;
	height: 15px;
	width: 110px;
	color: #fff;
  	background-color: #800000; 
  	text-align: center; 
  	padding: 2px 0; 
  	text-decoration:none;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	line-height: 15px;
	float: left;
	}
	
#fellowlink li a:hover {
	background-color: #ff9797;
	color: #fff;
	}
/*end fellowship bar info*/



/*boxes*/


