body {
	padding: 0;
	margin: 0;
	width:100%;
	background: #a87f42;	/* CHANGE */
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1010px;
	padding: 0;
	margin: 0 auto;
}
	
	#topContainer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		min-width: 1010px;
		height: 150px;
		background: #9ba63a url('../images/layouts/top_bg.jpg') no-repeat top center;
	}
		
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 1010px;
			height: 150px;
		}
		
			#logo {
				position: absolute;
				right: 856px;
				top: 0px;
				width: 187px;
				height: 150px;
			}
			
			#slogan {
				position: absolute;
				left: 143px;
				top: 96px;
				width: 336px;
				height: 20px;
				background: url('../images/layouts/slogan.png') no-repeat top center;
			}
			
			#links {
				position: absolute;
				right: 200px;
				top: 0px;
				width: 210px;
				height: 35px;
			}
			
				#link1 {
					position: absolute;
					top:0;
					left:0;
					width:72px;
					height: 35px;
					background: url('../images/layouts/btn1_both.png') no-repeat top left;
				}
				
				#link1:hover {
					position: absolute;
					top:0;
					left:0;
					width:72px;
					height: 35px;
					background: url('../images/layouts/btn1_both.png') no-repeat bottom left;
				}
				
				#container2 {
					position: absolute;
					top:0;
					left:72px;
					width:67px;
					height: 35px;
				}
				
				#container3 {
					position: absolute;
					top:0;
					left:139px;
					width:70px;
					height: 35px;
				}
			
			#search {
				position: absolute;
				right: 38px;
				top: 12px;
				width: 158px;
				height: 18px;
			}
			
				#search form {
					position: absolute;
					height:18px;
					left:0px;
				}
				
				#search form #input {
					margin:0px;
					padding:0px;
					height:14px; 
					width:126px;
					background-color:#FFFFFF; 
					color:#878787;
					text-align: right;
				}
				
				#search_btn {
					position: absolute;
					left:132px;
					top: 0px;
				}

		
	#priNav_container {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		min-width: 1010px;
		height: 33px;
		background: url('../images/layouts/priNav_bg.png') repeat-x top center;
	}

		#priNav {
			position: relative;
			width:1010px;
			height:33px;
			margin: 0 auto;
			padding: 0;
			text-align: center; 
		}
		
			#nav1 {
				position: absolute;
				top:0;
				left:0;
				height:33px;
				width: 200px;
				background: url('../images/layouts/about.jpg') no-repeat bottom center;
			}
			
			#nav1:hover, #nav1[class~="priNavOn"] {
				background: url('../images/layouts/about.jpg') no-repeat top center;
			}
			
			#nav2 {
				position: absolute;
				top:0;
				left:200px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/events.jpg') no-repeat bottom center;
			}
			
			#nav2:hover, #nav2[class~="priNavOn"] {
				background: url('../images/layouts/events.jpg') no-repeat top center;
			}
			
			#nav3 {
				position: absolute;
				top:0;
				left:400px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/ministries.jpg') no-repeat bottom center;
			}
			
			#nav3:hover, #nav3[class~="priNavOn"] {
				background: url('../images/layouts/ministries.jpg') no-repeat top center;
			}
			
			#nav4 {
				position: absolute;
				top:0;
				left:600px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/connect.jpg') no-repeat bottom center;
			}
			
			#nav4:hover, #nav4[class~="priNavOn"] {
				background: url('../images/layouts/connect.jpg') no-repeat top center;
			}
			
			#nav5 {
				position: absolute;
				top:0;
				left:800px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/interact.jpg') no-repeat bottom center;
			}
			
			#nav5:hover, #nav5[class~="priNavOn"] {
				background: url('../images/layouts/interact.jpg') no-repeat top center;
			}

	#contentWrapper {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width:100%
		min-width: 1010px;
		min-height: 325px;
		height: auto !important;
		height: 325px;
		background-color: #FFFFFF;
	}

		#contentHolder {
			position: relative;
			width:1000px;
			margin: 0 auto;
			padding: 0;
		}
		
			#content {
				position: relative;
				width:1000px;
				margin: 0 auto;
				padding: 40px 0px 20px;
			}
		
		#pageContent {
			position: absolute;
			width:100%;
			min-width:1000px;
			height: 306px;
			left:0;
			top:0;
			background-color:#323232;
			filter:alpha(opacity=97);
			-moz-opacity:.97;
			opacity:.97;
			z-index: 2001;
		}
			
			#pageContent p {
				margin:0;
				line-height: 25px;
			}
			
			#pageContent a {
				color:#FFFFFF;
				text-decoration: none;
			}
				
				#pageContent a:hover {
					color: #6d98ac;
					text-decoration: underline;
				}
		
			#aboutInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1000px;
				height: 272px;
			}
			
			#eventsInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1000px;
				height: 272px;
			}
			
			#ministriesInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1000px;
				height: 272px;
			}
			
			#connectInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1000px;
				height: 272px;
			}
			
			#interactInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1000px;
				height: 272px;
			}
				
				.column1 {
					position: absolute;
					top:30px;
					left:0;
					padding: 0 15px;
					line-height: 25px;
					width:269px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
					.divider1 {
						position: absolute;
						top:30px;
						left:299px;
					}
					
				.column2 {
					position: absolute;
					top:30px;
					left:300px;
					padding: 0 15px;
					line-height: 25px;
					width:269px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
					.divider2 {
						position: absolute;
						top:30px;
						left:599px;
					}
				
				.column3 {
					position: absolute;
					top:30px;
					left:600px;
					padding: 0 15px;
					line-height: 25px;
					width:370px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
				.closebox {
					position: absolute;
					right:0;
					bottom:5px;
				}
		
	#blackSpacer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		min-width: 1010px;
		height: 28px;
		background: url('../images/layouts/black_bg.png') repeat-x top center;
	}

	#bottomContainer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width:100%;
		min-width: 1010px;
		min-height: 362px;
		background: url('../images/layouts/bottom_bg.jpg') no-repeat top center;
	}
	
		#bottomButtons {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:1010px;
			height:176px;
		}
		
			#btn1 {
				position: absolute;
				width:259px;
				height:176px;
				top:0;
				left:-9px;
				background: url('../images/layouts/explore_both.png') no-repeat top right;
			}
			
			#btn1:hover {
				position: absolute;
				width:259px;
				height:176px;
				top:0;
				left:-9px;
				background: url('../images/layouts/explore_both.png') no-repeat bottom right;
			}
			
			#btn2 {
				position: absolute;
				width:250px;
				height:176px;
				top:0;
				left:250px;
				background: url('../images/layouts/experience_both.png') no-repeat top left;
			}
			
			#btn2:hover {
				position: absolute;
				width:250px;
				height:176px;
				top:0;
				left:250px;
				background: url('../images/layouts/experience_both.png') no-repeat bottom left;
			}
			
			#btn3 {
				position: absolute;
				width:251px;
				height:176px;
				top:0;
				left:500px;
				background: url('../images/layouts/express_both.png') no-repeat top left;
			}
			
			#btn3:hover {
				position: absolute;
				width:251px;
				height:176px;
				top:0;
				left:500px;
				background: url('../images/layouts/express_both.png') no-repeat bottom left;
			}
			
			#btn4 {
				position: absolute;
				width:258px;
				height:176px;
				top:0;
				left:751px;
				background: url('../images/layouts/interact_both.png') no-repeat top left;
			}
			
			#btn4:hover {
				position: absolute;
				width:258px;
				height:176px;
				top:0;
				left:751px;
				background: url('../images/layouts/interact_both.png') no-repeat bottom left;
			}

	#footer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 1000px;
		height:30px;
	}
	
		#footer p {
			font-family: "Arial";
			font-size: 10px;
			color: #FFF;
			line-height: 15px;
			text-align: left;
			margin-top: 0;
		}
		
		#footer p a:link, #footer p a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		
		#footer p a:hover, #footer p a:active {
			color: #eeeeee;
			text-decoration: underline;
		}