/* tags */


body {
	background-color: #CDE6F5;
}
img {
	margin: 0px;
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Tahoma, sans-serif;
}


/* layers */



#logo {
	background-attachment: fixed;
	background-image: url(../images/web/logo_bg.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	position: absolute;
	height: 72px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header {
	background-color: #171953;
	position: absolute;
	height: 36px;
	width: 100%;
	left: 0px;
	top: 72px;
}
#breadcrumb_bar {
	background-color: #CDE6F5;
	position: absolute;
	height: 27px;
	width: 720px;
	left: 0px;
	top: 108px;
	font-size: 18px;
	text-indent: 126px;
	padding-top: 9px;
}
#content_intro {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_intro.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-origin: content;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_biblical {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_biblical.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_learning {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_learning.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_multilevel {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_multilevel.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_fun {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_fun.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_package {
	overflow: auto;
	position: absolute;
	height: 243px;
	width: 595px;
	left: 126px;
	top: 144px;
	background-image:url(../images/web/content_bg_package.gif);
	background-color: #CDE6F5;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 126px 144px;
	z-index: 100;
}
#content_bottom {
	position: absolute;
	left: 126px;
	top: 414px;
	width: 576px;
	height: 18px;
	background-image:url(../images/web/content_bottom.gif);
	background-position: 126px 414px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 101;
}
#nav {
	position: absolute;
	height: 300px;
	width: 126px;
	left: 0px;
	top: 144px;
	margin: 0px;
	padding: 0px;
	background-color: #CDE6F5;
}
#footer {
	background-color: #171953;
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	height: auto;
	width: 100%;
	top: 432px;
	left: 0px;
	bottom: 0px;
}


/* div classes */


.section {
	height: auto;
	width: 576px;
	margin-top: 9px;
	position: relative;
	padding: 0px;
	float: left;
	clear: left;
}
.header {
	float: left;
	clear: right;
	height: auto;
	width: 261px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 18px;
}
.text {
	float: right;
	clear: right;
	height: auto;
	width: 261px;
	padding-top: 0px;
	padding-right: 18px;
	padding-left: 9px;
	padding-bottom: 9px;
}


/* text classes */


.content_body {
	margin-bottom: 9px;
	line-height: 18px;
}
.content_scripture {
	text-indent: -9px;
	margin-bottom: 9px;
	margin-left: 9px;
	line-height: 18px;
}
.content_header {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.footer_text {
	position: absolute;
	right: 9px;
	bottom: 9px;
	text-align: right;
}
.breadcrumb_link {
	color: #171953;
	text-decoration: none;
}