html, body {
border:0;
margin:0;
padding:0;
}

body {
color:#333;
font:100%/1.35 Verdana, Arial, Helvetica, sans-serif;
background:url(../images/greenBG.png) no-repeat top center #28421d fixed;
}

/***** Headings *****/

h1, h2, h3 {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color:#000;
padding:25px 0 20px 0;
letter-spacing:-1px;
font-size:2.3em;
}

h2 {
color:#333;
padding:20px 0;
font-size:1.8em;
}

h3 {
color:#666;
font-size:1.25em;
font-weight:bold;
}

/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.35em 0;
}

ul, ol {
padding:0 0 1.35em 2.7em;
}

blockquote {
color:#555;
margin:1.35em;
padding:1.35em 1.35em 0 1.35em;
}

strong {
color:#000;
}

small {
font-size:0.8em;
}

img {
border:0;
}

/***** Links *****/

a,
a:link,
a:visited {
color:#369;
text-decoration:underline;
}

a:hover {
color:#000;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em Verdana, Arial, Helvetica, sans-serif;
}

textarea {
line-height:1.35;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 1.35em 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:899px;
margin:0 auto;
padding:15px 0 0 0;
}

/***** Header *****/

#header {
height:247px;
background:url(../images/bg-content2.png) repeat-y #fff;
}

/***** Logo *****/

#header h1 {
display:block;
padding:15px 0 0 50px;
text-indent:-2000px;
}
	
	#header h1 a {
	width:295px;
	height:145px;
	display:block;
	background:url(../images/logo08.png) no-repeat;
	}

/***** Navbar *****/

#nav {
clear:both;
height:30px;
width:800px;
padding:0;
margin:10px 0 0 41px;
list-style:none;
}

#header ol {
clear:both;
height:30px;
padding:0;
margin:24px 0 0 51px;
list-style:none;
}
	
	#header ol li {
	display:inline;
	}
	
	#header ol li a {
	float:left;
	color:#111;
	height:30px;
	margin:0 11px;
	font-size:0.9em;
	text-decoration:none;
	text-transform:lowercase;
	}
	
	#header ol li a:hover {
	color:#fff;
	}

/***** Container *****/

#container {
height:auto;
padding:0 25px;
background:url(../images/bg-content.png) repeat-y #fff;
}

/***** Content *****/

#content {
float:left;
width:585px;
padding:5px 0 0 0;
font-size:0.75em;
}

/***** Index *****/

#index {
width:844px;
padding:5px 0 0 0;
font-size:0.75em;
}

	#index div {
	width:848px;
	/*height:316px; */
	margin:0 auto;
	/* background:url(../images/index-header.png) no-repeat; */
	text-indent:-2000px;
	}
	
	#index ul {
	width:853px;
	height:217px;
	padding:0;
	margin:10px auto 0 auto;
	list-style:none;
	}
		
		#index ul li {
		display:inline;
		}
		
			#index ul li a {
			float:left;
			display:block;
			width:270px;
			height:217px;
			}
			
			#index ul li.img1 a {
			
			}
			
			#index ul li.img2 a {
			margin:0 20px 20px 20px;
			
			}
			
			#index ul li.img3 a {
			
			}

/***** Sidebar *****/

#sidebar {
clear:right;
float:left;
width:228px;
margin:0 0 20px 15px;
padding:0 0 0 15px;
border-left:1px solid #888;
text-align:center;
}
	
	#sidebar ul {
	padding:5px 0 35px 0;
	list-style:none;
	}
			
		#sidebar ul li {
		text-indent:-2000px;
		}
		
			#sidebar ul li a {
			display:block;
			width:228px;
			}
			
			#sidebar ul li.img1 a {
			height:179px;
			background:url(../images/sidebar-sermon.png) no-repeat;
			}
			
			#sidebar ul li.img2 a {
			height:179px;
			margin:15px 0;
			background:url(../images/sidebar-service.png) no-repeat;
			}
			
			#sidebar ul li.img3 a {
			height:173px;
			background:url(../images/sidebar-contact.png) no-repeat;
			}

/***** Footer *****/

#footer {
clear:both;
color:#fff;
font-size:0.7em;
}

	#footer p {
	padding:14px 0 65px 0;
	}
	
	#footer p span {
	float:right;
	}
	
	#footer a,
	#footer a:link,
	#footer a:visited {
	color:#fff;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:#999;
	}

/***** Global Classes *****/

.clear 			{ clear:both; }
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.text-center 	{ text-align:center; }
