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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #B97642;
	background-image: url(images/bk.jpg);
	background-repeat: repeat;
	color: #291C0f;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	text-align: left;
	width: 900px;
	border: 2px solid #444132;
}
#contentwrapper {
	background-image: url(images/bk_container.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	font-size: 18px;
	font-weight: bold;
	height: 200px;
	line-height: 15px;
	padding: 0px;
	width: 900px;
	background-color: #a96c37;
	background-image: url(images/header.jpg);
}
#scrollbar {
	background-color: #FFFFCC;
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #252420;
	border-bottom-color: #252420;
	margin: 0px;
	padding: 0px;
}
#leftColumn {
	border-right: 1px solid #464334;
	float: left;
	width: 200px;
	clear: both;
	background-color: #A96C37;
	background-image: url(images/bk_leftcolumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftColumn a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
}
#leftColumn a:hover {
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
	font-size: 12px;
}

#menu {
	text-align: left;
	margin: 0px;
	width: 170px;
	list-style-type: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#menu a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 23px;
	font-size: 16px;
}
#menu a:hover {
	font-weight: bold;
	color: #291c0f;
	text-decoration: none;
	font-size: 16px;
	line-height: 23px;
}
#content {
	margin-left: 220px;
	padding: 20px 10px 10px;
}
h2 {
	font-size: 17px;
	text-align: justify;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
.verse {
	text-align: justify;
	width: 93%;
	padding: 6px;
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	border: 1px dashed #330000;
	line-height: 18px;
}

#content a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}



.clearFloat {
  clear: left;
  display: block;
}
#footer {
	padding: 0px;
	text-align: center;
	color: #291c0f;
	background-color: #A96C37;
	margin: 0px;
	height: 150px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer_text {
	color: #FFFFCC;
	text-align: left;
	height: 25px;
	padding-top: 130px;
	padding-left: 250px;
}

#footer a {
	text-decoration: none;
	color: #291c0f;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
p {
	text-align: justify;
	line-height: 18px;
}


</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}
.image {
	padding: 3px;
	border: 1px dashed #333300;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
}
.forms {
	line-height: 30px;
}
#prayer {
	width: 600px;
	padding-left: 40px;
}
