@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	margin: 0px 0;
	padding: 0;
	text-align: center;
	font-size:1.0em;
	background-color:#333;

}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 875px;
	background-color:#FFF
	
}

#nav {
	color:#FFF;
	float:right;
	width:750px;
	margin-top:7px;
	
}

#nav a {
	color:#FFF;
	text-decoration:none;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
	
	font-size:1.0em;
}

#nav a:hover {
	text-decoration:underline;
	color:#FF0;
	
	font-size:1.0em;
}

#header {
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	height:149px;
	text-align:right;
	
}

#body {
	text-align:left;
}

#left {
	width:275px;
	float:left;
}

#right {
	float:right;
	width:550px;
}

#flash {
	width:275px;
	float:left;
	height:293px;
	background:url(images/flashholder.png) bottom;
}

#adbox {
	width:275px;
	float:left;
	clear:left;
	background-image:url(adback.png);
	background-repeat:repeat-y;
	color:#FFF;
	border-top:thin #CCC solid; 
	font-size:0.9em;
}

#adboxhead {
	background-image:url(adboxhead.png);
	height:30px;
	background-repeat:no-repeat;
}


#welcome {
	width:545px;
	height:310px;
	overflow:hidden;
	float:right;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	border-top:#999 thin solid;
	margin-top:10px;
	
}

#welcome p {
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	margin-bottom:10px;

}

#pastor {
	width:545px;
	height:230px;
	overflow:hidden;
	float:right;
	clear:right;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	border-top:#609 solid thick ;
	background-image:url(pastor.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#pastor p {
	margin-left:20px;
	margin-right:120px;
	text-align:justify;
	
}

#content {
	width:545px;
	float:right;
	overflow:hidden;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	border-bottom:#999 thin solid;
	border-top:#609 solid thick ;
	
}

#footer {
	color:#FFF;
	font-size:0.9em;
	clear:both;
	height:50px;
	background-color:#060;
	
}

#copyright {
	float:left;
	width:300px;
	margin-left:10px;
	
}

#copyright p {
	color:#FFF;
}

#footerlinks {
	float:right;
	width:300px;
	text-align:right;
	
}

#footerlinks a {
	color:#FFF;
	text-decoration:none;
	text-align:right;
	margin-left:5px;
	margin-right:5px;
}

#footerlinks a:hover {
	text-decoration:underline;
	
	color:#609;
	
}

h1 {
	color:282828;
	font-size:1.6em;
	font-weight:normal;
	margin-left:10px;
	margin-top:5px;
}

.right {
	text-align:right;
	font-style:italic;
}

p {
	color:#4f4c4c;
}

h2 {
	font-size:1.5em;
	color:#609;
	margin-left:15px;
	margin-bottom:5px;
	font-weight:normal;
}

h3 {
	font-size:1.1em;
	color:#060;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:normal;
}

#content p {
	margin:5px 20px 5px 20px;
	padding-bottom:10px;
	text-align:justify;
	
	border-bottom:thin #CCC solid;
}

#adbox h2 {
	color:#FF0;
	font-weight:normal;
	margin-top:5px;
}

#adbox p {
	margin-left:15px;
	margin-right:10px;
	color:#FFF;
	border-bottom:thin solid #FFC;
	padding-bottom:10px;
	margin-top:5px;
	text-align:justify;
}

#adbox img {
	padding-bottom:15px;
	margin-top:10px;
}

#maintext {
	width:545px;
	float:right;
	
	margin-top:40px;
}

#maintext p {
	margin-left:25px;
	text-align:justify;
	margin-right:20px;
}
#list li {
	
	line-height:30px;
}

.img {
	
	padding-right:10px;
	padding-bottom:10px;
}

.img-top {
	
	padding-top:10px;
	padding-right:10px;

}

#center {
	text-align:center;
}

.blue {
	color:#0747bd;
}

#smalltext {
	font-size:12px;
}

#news p{
	min-height:100px;
}

#pastor a {
	color:#609;
	text-decoration:none;
}

#news a {
	color:#FBA22E;
	text-decoration:none;
}

#news img {
	padding-bottom:10px;
	padding-right:10px;
}

#news-page #content {
	border-top-color:#FBA22E;
}
				
#prayers-page #content {
	border-top-color:#0747BD;
}


