/* 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;
}
#content h1{
	font-size:20px;
}
#content_top {
	position:relative;
	}
#main_content {
	position:relative;
	text-align:justify;
}
#main_content p {
	line-height:20px;
	}
#tag {
	position:relative;
	margin-top:4px;
	text-align:center;
}
#top_left {
	position:relative;
	width:415px;
	float:left; 
}
#top_right {
	position:relative;
	padding-top:4px;
	width:530px;
	margin:auto;
	float:right;
}
/* ***************************************************************************** */
/* CONTENT BOTTOM */

#content_bottom {
	position:relative;	
	padding-top:5px;
}
#bottom_left {
	position:relative;
	width:415px;
	float:left; 
}
#bottom_right {
	position:relative;
	width:530px;
	float:right;
}
/*  VERSE OF THE WEEK */
#verse_container {
	position:relative;
	width:418px;
	height:120px;
	background-color:#edecec;
	border-top:4px solid #dbdbdb;
	margin-bottom:10px;
	background-image:url(images/background/bible.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#verse {
	position:relative;
	float:left;
	width:285px;
	padding-top:2px;
}
#verse_img {
	position:relative;
	float:right;
}
.verse_text {
	font-size:11px;
}
#verse a:link,
#verse a:visited,
#verse a:hover {font-size:11px;}
.verse_ref {
	font-weight:bold;
	color:#424242;
}
/* SHEPHERD'S PIE BLOG */
#blog_container {
	position:relative;
	width:418px;
	height:150px;
	background-color:#edecec;
	border-top:4px solid #dbdbdb;
	margin-bottom:10px;
}
/*  CALENDAR */
#calendar_container {
	position:relative;
	width:280px;
	height:230px;
	float:left;
	background-color:#edecec;
	border-top:4px solid #dbdbdb;
	margin-right:10px;
}
/*  CONNECTION */
#connection_container {
	position:relative;
	width:240px;
	height:230px;
	float:right;
	background-color:#edecec;
	border-top:4px solid #dbdbdb;
	font-size:11px;
	text-align:justify;
}
.featured {
	padding:4px 10px;
}
/* AD */
#ad {
	position:relative;
	margin-top:2px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	background-color:#ffffff;
	width:520px;
	height:240px;
	padding:5px;
	border:1px solid #999999;
}
#sundays {
	width:512px;
	padding:2px 10px;
	color:#ffffff;
	background-color:#000000;
	margin:4px 0px;
}
#church_purposes {
	position:relative;
	padding-top:15px;
	color:#d5cfcf;
	font-size:14px;
	letter-spacing:2px;
}
.purposes {
	position:relative;
	float:left;
	margin-right:85px;
	}
.purposes2 {
	position:relative;
	float:right;
	}
/* ***************************************************************************** */
/* 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;}
a.jesus:link,
a.jesus:visited,
a.jesus:hover {width:98px;height:20px;display:block;color:#ffffff;text-decoration:none;}

h1, h2, h3, h5 {font-weight:normal;margin:2px 0px;}
a:link, 
a:visited,
a:hover {color:#5b8998;}