@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100%  Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background: #e5e2d4 url(../images/mainbacktop.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
border: none;
}
#container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/top.jpg) no-repeat;
	height: 86px;
	margin-top: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/back.gif);
}
#pageContent {
	padding: 15px;
}
#pageContent h1 {
	font-weight: normal;
	color: #800000;
	font-size: 20px;
}
#pageContent h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}
#pageContent p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 3px;
	width: 500px;
	margin-bottom: 10px;
}
#pageContent a:link, #pageContent a:visited {
	color: #800000;
	text-decoration: underline;
}
#pageContent a:hover, #pageContent a:hover:visited {
	color: #003399;
	text-decoration: none;
}
#pageContent ul {
	font-size: 12px;
	margin-left: 15px;
	width: 500px;
}
.indent {
	text-indent: 10px;
}
#footer {
	background: url(../images/footer.gif) no-repeat top;
	padding: 10px 10px 0;
	height: 30px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px Arial, Helvetica, sans-serif;
	color: #89887f;
	text-align: right;
	text-transform: uppercase;
}
#navbar {
	height: 17px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#navbar ul {
	list-style: none;
}
#navbar li {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
#navbar a:link, #navbar a:visited {
	color: #800000;
	text-decoration: none;
	padding: 3px 6px;
}
#navbar a:hover, #navbar a:hover:visited {
	background: #800000;
	color: #FFFFFF;
}
#mainhome {
	/*background: url(../images/homefamily.jpg) no-repeat;*/
	width: 505px;
	/*padding: 10px 20px 10px 10px;*/
}
#mainhome p { 
	font-size:13px;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#boxright {
	width: 255px;
	float: right;
	clear:both;
}
.right {
	text-align: right;
}
.bible {
	background: url(../images/bible.jpg) no-repeat right 14px;
	min-height: 250px;
	font-size: 12px;
}
#bibleback {
	margin: 60px 20px 20px;
}
.cross {
	background: url(../images/cross.jpg) no-repeat right bottom;
}
.services {
	background: url(../images/services.jpg) no-repeat right bottom;
}
.darwin {
	background: url(../images/creation_vs_evolution.jpg) no-repeat right bottom;
}
.history {
	background: url(../images/historic_church.jpg) no-repeat right bottom;
}
.contact {
	background: url(../images/write.jpg) no-repeat right bottom;
}
.eternal1 {
	background: url(../images/old_man.jpg) no-repeat right bottom;
}
.eternal2 {
	background: url(../images/old_man2.jpg) no-repeat right bottom;
}
.eternal3 {
	background: url(../images/old_man3.jpg) no-repeat right bottom;
}
.heaven {
	background: url(../images/pointing_up.jpg) no-repeat right bottom;
}
.goodnews {
	background: url(../images/good_news.jpg) no-repeat right bottom;
}
.special {
	background: url(../images/thfh_apr_09.jpg) no-repeat right bottom;
}
#rightbox {
	padding: 10px;
	float: right;
	width: 150px;
	border: 1px solid #CCCCCC;
}
#rightbox h2 {
	margin: 0px;
}
#rightbox p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.staff {
	margin-top: 60px;
}
.mapimg {
	float: right;
	margin-right: -15px;
	margin-left: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}
