/* CSS Document */

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C6C6C6;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #B85112;
	text-decoration: underline;
}
a:hover {
	color: #B85112;
	text-decoration: none;
}

h1 {
	color: #666666;
	font-size: 14px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	color: #aa551c;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
}

#wrap {
	border: 1px solid #000000;	
}

#head {
	width: 778px;
	height: 118px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;	
}

#main {
	background-color: #FFFFFF;
}

#foot {
	width: 778px;
	height: 17px;
	background-image: url(images/footer_bg.jpg);
	color: #F9D7BF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;		
}

#verse_top {
	color: #FFFFFF;
	width: 778px;
	padding-top: 98px;
	text-align: center;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}

#left_p {
	width: 144px;
	background-image: url(images/left_p_bg.gif);
	background-repeat: repeat-y;
}

#mid_p {
	width: 492px;
}

#right_p {
	width: 142px;
	background-image: url(images/right_p_bg.gif);
	background-repeat: repeat-y;
}

#nav_p_wrap {
	width: 144px;
	height: 276px;	
	background-image: url(images/nav_p_wrap_bg.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

#quotes_p_wrap {
	width: 142px;
	height: 276px;	
	background-image: url(images/quotes_p_wrap_bg.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

#date {
	padding-top: 9px;
	width: 130px;
	margin-left: 12px;
	font-weight: bold;
	color: #727272;
	font-size: 11px;
	text-align: center;
}

#rev {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 130px;
	margin-left: 12px;
	color: #727272;
	font-size: 11px;
	text-align: center;
}

#quotes {
	padding-top: 0px;
	padding-bottom: 4px;
	width: 105px;
	margin-left: 24px;
	color: #727272;
	font-size: 11px;
	text-align: left;
}

#main_content {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

#sep_right {
	padding-top: 9px;
	padding-bottom: 9px;	
}

#piccaption_float {
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding-top: 13px;
	border: 1px solid #CCCCCC;	
}

#caption {
	width: 200px;
	background-color: #E5E5E5;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#caption_text {
	padding: 6px;
}

#content_pic_left {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #CCCCCC;	
}

#content_pic {
	padding: 7px;
	border: 1px solid #CCCCCC;	
}

#nav a:link, #nav a:visited {
	float: left;
	width: 144px;
	height: 24px;
	font-size: 11px;
	color: #777777;
	line-height: 24px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BABABA;
}
#nav a:hover {
	float: left;
	width: 144px;
	height: 24px;
	font-size: 11px;
	color: #777777;
	line-height: 24px;
	text-decoration: none;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
}

.nav_txt {
	padding-left: 10px;
}

#nav_ac a:link, #nav_ac a:visited, #nav_ac a:hover {
	float: left;
	width: 144px;
	height: 24px;
	font-size: 11px;
	color: #777777;
	line-height: 24px;
	text-decoration: none;
	background-image: url(images/nav_bg_ac.gif);
	background-repeat: no-repeat;
}

.other_staff a:link, .other_staff a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
	color: #727272;
}
.other_staff a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	color: #727272;
}

.inputbox {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #FBFAE4;
  border           : 1px solid #D4916A;
  width: 150px;
}

.dropdown1 {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #FBFAE4;
  border           : 1px solid #D4916A;
  width: 65px;
}

.textbox {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #FBFAE4;
  border           : 1px solid #D4916A;
  width: 320px;
}

.button {
  font-family		: Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : bold;
  background-color : #FBFAE4;
  color            : #9E4511;
  border           : 1px solid #D4916A;
}

#footer_txt a:link, #footer_txt a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #6a6a6a;

}
#footer_txt a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #6a6a6a;
}

#footer_pad {
	padding-top: 5px;
}


