/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	
}
body {
	position:relative;
	height:100%;
	background-color:#ffffff; 
	background-image:url(images/background/main-bg.jpg);
	background-repeat:repeat; 
	background-position:top; 
	margin:0px; 
}
#top {
	position:relative;
	height:5px;
	background-image:url(images/background/smudge.gif);
	background-repeat:repeat-x;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	margin:0 auto;
	width:960px;
	height:120px;
	padding-top:10px;
	text-align:center;	
}
/* ***************************************************************************** */
/* NAVIGATION */
#menubar {
	position:relative;
	height:22px;
	background-color:#607819;
	z-index:500;
	}
#menu_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:22px;
}
#menu {
	position:relative;
	float:left;
}
#jesus {
	position:relative;
	float:right;
	width:98px;
	height:20px;
	padding-left:10px;
	padding-top:2px;
	background-image:url(images/background/wjbg.gif);
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	color:#ffffff;
}
#menubar_lower {
	position:relative;
	height:3px;
	background-color:#dbdbdb;
	margin-top:2px;
}
/* ***************************************************************************** */
/* MAIN */
#container {
	position:relative;
	width:960px;
	margin:auto;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
}

#main_content {
	position:relative;
	text-align:justify;
}
#main_content p {
	line-height:20px;
	}
#left_column {
	position:relative;
	float:left;
	width:690px;
}
#right_column {
	position:relative;
	float:right;
	width:250px;
	border-top:4px solid #607819;
}
/* AD */
#ad {
	position:relative;
	margin-bottom:10px;
}
#address {
	position:relative;
	padding:10px;
	background-color:#f3f3f3;
	}
#verse_container {
	position:relative;
	background-color:#eaedeb;
}
#verse {
	position:relative;
	height:134px;
	padding:5px 2px 5px 5px;
	margin-bottom:10px;
	line-height:18px;
}
.verse_text {
	font-size:11px;
}
#verse a:link,
#verse a:visited,
#verse a:hover {font-size:12px;}
.verse_ref {
	font-weight:bold;
	color:#424242;
}
#events{
	padding:5px 0px;
	
	background-color:#edecec;
	border:1px dashed #bcbaba;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	background-color:#ffffff;
	width:680px;
	height:140px;
	padding:5px;
	border:1px solid #999999;
	margin-bottom:5px;
}
#sundays {
	width:512px;
	padding:2px 10px;
	color:#ffffff;
	background-color:#000000;
	margin:4px 0px;
}
#church_purposes {
	position:relative;
	padding-top:5px;
	color:#d5cfcf;
	font-size:14px;
	letter-spacing:2px;
}
.purposes {
	position:relative;
	float:left;
	margin-right:85px;
	}
.purposes2 {
	position:relative;
	float:right;
	}
#contact {
	float:left;
	width:280px;
	border-right:1px solid #ccd1d6;
	padding-right:8px;
	}
#contactform{
	float:right;
	width:390px;
	padding-left:10px;
}
input,
textarea {
	border:1px solid #d1d0d0;
}
input.btn {border:none;}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-image:url(images/background/footerbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:20px 0px;
	margin-top:10px;
	font-size:11px;
	color:#c18205;
}
#footer a:link,
#footer a:visited {
	color:#7e5606;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#c18205;
}
#copyright {
	position:relative;
	float:left;
}
#plujo {
	position:relative;
	float:right;
	text-align:right;
}

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* MISCELLANEOUS */
:focus {outline:none;}
.clear_column {clear:both;}
.space {height:10px;}
.line {height:2px;margin:5px 0px;border-bottom:1px solid #CCCCCC;}
a.jesus:link,
a.jesus:visited,
a.jesus:hover {width:98px;height:20px;display:block;color:#ffffff;text-decoration:none;}

h2, h5 {font-weight:normal;margin:2px 0px;}
h1 {font-weight:normal;margin:5px 0px 10px 0px;}
h3 {margin:2px 0px;}
a:link, 
a:visited,
a:hover {color:#84adba;}
li {list-style:none;margin:0}