@charset "utf-8";
/* CSS Document */

body, html {
	padding:0px; margin:0px;
	background-image:url(img/bg-html.gif); background-repeat:repeat;
	color:#444;
}

a:link {color:#09C; text-decoration:none; font-weight:bold;}
a:visited {color:#000; text-decoration:none; font-weight:bold;}
a:hover {color:#000; text-decoration:underline;}  
a:active {color:#0000FF; text-decoration:none;}

#bgcontainer {
	width:916px;
	margin-left:auto; margin-right:auto;
	background-image:url(img/bg-container.png); background-position:center; background-repeat:repeat-y;	
}

#container {
	background-color:#000;
	width:845px;
	margin-left:auto; margin-right:auto;
}

#header {
	background-color:#000;
	width:845px; height:375px;
	margin-left:auto; margin-right:auto;
	background-image:url(img/disciples.jpg);
}

#name {
	background-color:#000;
	width:767px; height:91px;
	margin-left:auto; margin-right:auto;
}

#main {
	background-color:#FFF;
	background-image:url(img/top.png); background-repeat:no-repeat;
	width:830px;
	margin-left:auto; margin-right:auto;
}

#mainnav {
	font-family:Tahoma, Geneva, sans-serif; font-size:14px;
	width:100%; text-align:center; padding-top:10px;
	border-bottom:1px solid #EEE;
}

#mainnav li {list-style:none; display:inline; padding:0px 15px 0 15px;
}

#mainnav a:link {color:#000; text-decoration:none; font-weight:normal;}
#mainnav a:visited {color:#000; text-decoration:none; font-weight:normal;}
#mainnav a:hover {color:#000; text-decoration:underline;}  
#mainnav a:active {color:#0000FF; text-decoration:none;}

#content {
	float:left;
	margin-left:5px; margin-right:25px;
	font-family:Verdana, Geneva, sans-serif; font-size:11px;
	color:#555; line-height:160%;
}

#footer {
	clear:both; padding-top:25px;
	width:800px; text-align:center;
	font-family:Tahoma, Geneva, sans-serif; font-size:11px;
	padding-bottom:15px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px; font-weight:normal;
	color:#09C; padding-left:20px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color:#F90; padding-left:20px;
}

.staffbox {width:246px; float:left; padding:10px;
	text-align:center;}
.staffbox a{font-size:10px;}

.verse {
	color:#888; font-style:italic; font-size:11px;
	margin-left:auto; margin-right:auto;
	text-align:center; padding:10px; border:1px solid #EEE;
	width:700px;
}




