@charset "utf-8";
/* ----- layout ----- */
/* ----- main-body ----- */
#main-body {
	float:left;
	width:79%;
}
#content {
	float: right;
	width:69%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #545360;
}

/* ----- left sidebar ----- */
#sidebar-left {
	float: left;
	width: 25%;
	margin:1% 1% 5% 0;
	padding:1%;
}
#siteNav {
	float:left;
	width:100%;
	background: url("../i/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
/* ----- section name ----- */
#sectionName li {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	font-variant: small-caps;
}
#sectionName a {
	font-size:110%;
	font-weight:bold;
	margin-left:.1em;
	padding-bottom:.3em;
	border-bottom:thin solid #545360;
	display:block;
	color:#545360;
	text-decoration:none;
}
/* ----- section navigation ----- */
#sidebar-left #sectionNav li {
	list-style-type: none;
	background:url(../i/bibleBullet.gif) no-repeat 0 50%;
	padding-left:30px;
}
#sectionNav ul {
	margin:0;
	padding:0;
}
#sectionNav li {
	margin: 5px .2em;
	padding:0;
}
#sectionNav li a {
	display:block;
	width:100%;
	padding:2px;
	color:#333333;
	font-weight: bold;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sectionNav li a:visited {
}
#sectionNav li a:hover {
	color:#9900CC;
	background-color:#FFFFFF;
}

/* ----- sidebar right ----- */
#sidebar-right {
	float: right;
	width: 20%;
}
#sidebar-right a {
	color:#545360;
}
#printerTop a {
	height:100px;
	width:111px;
	display:block;
	margin-left:25px;
	background:url(../i/printer.gif) no-repeat;
	text-align:left;
	text-indent:-9999px;
}
#printerTop a:hover {
	background:url(../i/printer_h.gif) no-repeat;	
}
#printerBottom a {
	margin-top:50px;
	height:100px;
	width:111px;
	display:block;
	margin-left:25px;
	background:url(../i/printer.gif) no-repeat;
	text-align:left;
	text-indent:-9999px;
}
#printerBottom a:hover {
	background:url(../i/printer_h.gif) no-repeat;	
}
#wrapper #sidebar-right #divPager {
	position:relative;
	display:block;
}
#wrapper #sidebar-right #pagerTop {
	position:relative;
	display:block;
}
#wrapper #sidebar-right #pagerBottom {
	position:relative;
	display:block;
	margin-top:-26px;
}
#wrapper #sidebar-right #divPager .pageChangerPrev {
	margin:0;
	position:absolute;
	width:86px;
	height:25px;
	text-indent:-9999px;
	z-index:5;
	background:url(../i/prevpage.gif) no-repeat;
}
#wrapper #sidebar-right #divPager .pageChangerNext {
	margin:0;
	position:absolute;
	left:86px;
	width:86px;
	height:25px;
	z-index:6;
	text-indent:-9999px;
	background:url(../i/nextpage.gif);
}
#wrapper #sidebar-right #divPager .pageChangerPrev a {
	display:block;
	height:25px;
	width:86px;
	background:url(../i/prevpage.gif) no-repeat;
}
#wrapper #sidebar-right #divPager .pageChangerPrev a:hover {
	display:block;
	height:25px;
	width:86px;
	background:url(../i/prevpage_h.gif) no-repeat;
}
#wrapper #sidebar-right #divPager .pageChangerNext a {
	display:block;
	height:26px;
	width:94px;
	background:url(../i/nextpage.gif) no-repeat;
}
#wrapper #sidebar-right #divPager .pageChangerNext a:hover {
	display:block;
	height:26px;
	width:94px;
	background:url(../i/nextpage_h.gif) no-repeat;
}
#pages {
	position:relative;
	text-align:center;
	background-color:#fafaFF;
	margin:25px 35px;
}
#pages a {
	text-decoration:none;
	height:1.2em;
	display:block;
	border-bottom:1px solid #CCCCCC;
}
#pages a:hover {
	text-decoration:underline;
	color:#9900CC;
}
#wrapper #sidebar-right #divPager #pages li {
	font-weight: bold;
	list-style-type: none;
}
#wrapper #sidebar-right #divPager #pages a.current {
	color:#FF0000;
}
#truths li {
	margin-left: 5em;
	margin-right:4em;
	padding-left:2em;
	background: url(../i/expbul1a.gif) no-repeat left 50%;
	list-style-type: none;
}
.center {
	margin-left:7em;
}
.crossBar {
	margin-left:1em;
	padding:1em;
}
.poem {
	margin-left:5em;
	margin-right:4em;
	color:#0000FF;
	font-weight:bold;
}
#content h2 {
	color:#9900CC;
}
