* {
	margin: 0px;
	padding: 0px;
}


body {
	background: #957aaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #491c71;
}

#wrapper {
	background: url(images/bg.gif) repeat;
	width: 1055px;
	overflow: hidden;
	margin: 0 auto;
}

#wrapper2 {
	width: 902px;
	margin: 0 0 0 76px;
}


#topnav {
	width: 365px;
	height: 32px;
	display: block;
	float: right;
	clear: left;
	background: url(images/topnavbg.gif) right no-repeat;
}

		.topnavs {
			display: inline;
			float: left;
			margin: 10px 0 0 15px;
			color: #FFFFFF;
		}
		
		h4 {
			
			font-size: 11px;
			font-weight: lighter;
			color: #FFFFFF;
			text-decoration: none;
		}

#banner {
	width: 902px;
	height: 251px;
	display: block;
	float: left;
	background: url(images/bannerbg.jpg) no-repeat;
}

#innerwrapper {
	float: left;
	width: 902px;
	background: url(images/bodybg.gif) repeat-y;
	
}	

#ticker {
	width: 902px;
	height: 37px;
	display: block;
	float: left;
}

#leftspacer {
	width: 75px;
	height: 250px;
	display: block;
	float: left;
}

#nav1 {
	width: 175px;
	height: 700px;
	display: block;
	float: left;
	background: url(images/pastorpillar.jpg) no-repeat bottom;
}

#nav2 {
	width: 175px;
	height: 700px;
	display: block;
	float: left;
	background: url(images/prophetesspillar.jpg) no-repeat bottom;
}
		li {
			list-style-type: none;
		}	

		.navs {
			border: 0px;
		}
		
#towerads {
	width: 175px;
	display: block;
	float: left;
	background: #A58EBB;
}
		
#content {
	width: 577px;
	display: block;
	float: left;
	background: url(images/contentbg.gif) top left no-repeat;
}

#content_wrapper {
	width: 450px;
	display: block;
	float: left;
	padding: 15px 0 0 15px;
}

		.contentwide {
			width: 435px;
			float: left;
			padding-bottom: 30px;
			
		}
		
			.contentwide p {
				width: 425px;
				float: left;
				margin: 8px 3px 4px 5px;
			}
			
			.contentwide h2 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bolder;
				color: #491c71;
				margin: 8px 3px 4px 5px;
			}	
			
			.contentwide ul {
				width: 420px;
				float: left;
			}
			
			.contentwide li {
				float: left;
				width: 420px;
				margin: 10px 0 5px 0;
				
			}
		
		.contentthin {
			width: 212px;
			float: left;
			padding-bottom: 50px;
		}
		
			.contentthin  p{
				width: 200px;
				float: left;
				margin: 8px 3px 4px 5px;
				
			}
			
			.contentthin  h2{
				width: 200px;
				float: left;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: lighter;
				margin: 8px 3px 4px 5px;
				color: #666666;
				
			}
			
			.contentthin ul {
				width: 210px;
				float: left;
			}
			
			.contentthin li {
				float: left;
				width: 208px;
				margin: 2px 0 2px 2px;
				
			}
		
		h1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #491c71;
		}
		
		h3 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: lighter;
			color: #666666;
		}

		
#footer {
	width: 902px;
	height: 50px;
	display: block;
	float: left;
}

	.footer_left {
		float: left;
		display: inline;
	}
	
	.footer_right {
		float: right;
		display: inline;
	}



