#header {
	height: 200px;
	text-align: left;
	background-image: url(images/head-bible-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header #head-txt {
	float: right;
	width: 400px;
	height: 195px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7B162C;
	font-weight: bold;
}
#content {
	text-align: left;
	padding-left: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 3px;
	padding-top: 0px;
	background-color: #FEFCE2;
}
#nav {
	height: 36px;
	background-image: url(images/nav-bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	clear: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #7C162C;
}

#nav a {
	float: left;
	height: 30px;
	padding-right: 24px;
	padding-left: 24px;
	background-image: url(images/nav-bg.jpg);
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	background-image: url(images/nav-bg2.jpg);
	color: #000000;
	text-decoration: none;
}

#main {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 900px;
}
#outer {
	width: 940px;
	background-image: url(images/outer-bg.png);
	background-repeat: repeat-y;
	background-position: right;
}
#bot {
	background-image: url(images/bot-bg2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 14px;
	margin: 0px;
	padding: 0px;
	width: 895px;
	position: relative;
	left: 6px;
}


#sidebar {
	float: right;
	width: 250px;
	border: 1px solid #000000;
	background-color: #F4F4F4;
	margin-right: 6px;
	margin-left: 12px;
	padding-left: 6px;
	position: relative;
	top: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	clear: both;
	padding-bottom: 12px;
}
#sidebar ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#sidebar h3 {
	font-size: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 8px;
}
#sidebar p {
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#spcr {
	height: 1px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 900px;
	padding: 6px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#doctrine {
	font-size: 13px;
	text-align: center;
}
