@charset "utf-8";
/* CSS Document */
* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0;
	margin:0;
}
h2 {
	padding-top:0;
	margin-top:0;
}
body {
	font: 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}
#container { 
	margin:0 auto;
}

#head{
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
}

#header { 
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:151px;
	

}
#guts {
	background-image:url(../images/content.png);
	width:800px;
	height:698px;
	margin-left: auto ;
  	margin-right: auto ;
	margin-top:8px;
}

#slider{
	height:240px;
	margin: 0 200px 0 10px;
	padding-top:9px;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:590px;
		height:240px;
		overflow:hidden; 
	}	

	
/* // Easy Slider */

#info{
	width:160px;
	height:190px;
	float:right;
	padding: 45px 20px 10px 20px;
}

#info h4{
	font-size:9px;
	margin:6px 0 5px 0;
}

#info p{
	font-size:9px;
}

#info img{
	float:right;
	margin-right:-10px;
}

#sermons{
	width:160px;
	height:305px;
	float:right;
	padding: 45px 20px 10px 20px;
}

#welcome{
	height:305px;
	margin: 0 200px 0 220px;
	padding: 45px 20px 10px 0;
}

#events{
	width:180px;
	height:305px;
	float:left;
	padding: 45px 20px 10px 20px;
}

#footer{
	text-align:center;
	padding: 13px 20px 0 30px
}

#subfooter{
	text-align:right;
	padding: 30px 20px 0 30px
}