@charset "UTF-8";

body{
background:url(images/splashback.jpg) repeat;
}


#center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 990px;
	height:500px;
	background-image: url(images/splashpastor.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 100px;
}

#leftbox {
	width: 650px;
	height:350px;
	overflow:hidden;
}

#menu {
margin: 0 auto;
}
	
a {
	font-size: large;
	color: #330000;
}
a:link {
	text-decoration: none;
	color: #660066;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: none;
	color: #660066;
}
a:active {
	text-decoration: none;
	color: #660066;
}

.style3 {font-size: x-large}


a img {
border:none;
}

h1 {
font-size: large;
}	

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:650px;
		height:310px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:650px;
		}														
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:20px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		font-size:small;
		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	padding:0 10px;
	text-decoration:none;
	font-size:small;
			}
	ol#controls li.current a{
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
