@charset "utf-8";
/* -------- basic styling -------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", sans-serif, serif;
	font-size: 85%;
	text-align: center;
	color: #333333;
	}
h2,h3 {
	color:#333333;
	font-family: Andalus, "trebuchet MS", georgia;
	font-size: x-large;
	display: block;
	padding-bottom: 20px;
	}	
	
h4 {
	color:#333333;
	font-family: Andalus, "trebuchet MS", georgia;
	font-size: 16px;
	display: block;
	}	
a:link {
	color: #000099;
	text-decoration: none;
	}

a:visited {
	color: #000099;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline
	}

a:active {
	color: #000099;
	text-decoration: none;
	}
#wrapper {
	position: relative;
	width: 900px;
	text-align: left;
	border: thin groove #003399;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrap.gif);
	background-color: #FFFFFF;
	}
#clear {
	clear: both;
	}
/* -------- position container elements -------- */
#header {
	height: 159px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/title.gif);
	}
#header h1 {
	margin-left: -9000px;
}

#logo{
	height: 150px;
	width: 415px;
	float: right;
	background-repeat: no-repeat;
	}		

#title {
	float: left;
	width: 900px;
	height: 159px;
	}	
#address {
	color:#333333;
	margin-top: 150px;
	padding-left: 11px;
	font-size: 80%;
}	
#contentbox {
	width: 900px;

	}	
#text {
	width:530px;
	float: left;
	}	

#navbar {
	float: left;
	width: 185px;
	padding-right: 5px;
	padding-top: 10px;
	}
#sidebar {
	width: 150px;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#footer {
	color: #333333;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif, serif;
	font-size: 9px;
	width: 900px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	background-position: bottom;
	} 
#footer a:link {
	color: #000099;
	text-decoration: none;
	}

#footer a:visited {
	color: #000099;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration:underline
	}


#footer a:active {
	color: #000099;
	text-decoration: none;
	}

.style1 {
	color: #000033;
	font-weight: bold;
}

#imgbox {
	float:left;
	padding:10px;
	}

#pastor {
	float:right;
	padding:5px;
	}
#left {
	float:left;
	width: 185px;
	font-weight: bold;
	padding: 3px;
	}
#right {
	float:left;
	width: 325px;
	padding: 3px;
	}
		
	
blockquote {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
	padding: 20px;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
	width: 500px;
}
#gems {
	width:530px;
	float: left;
	background-image: url(../images/theme_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#box {
	border: 1px solid #000000;
	padding: 1px;
}

