* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333399;
	background: #F4F4F4 url(../images/body_bg.gif) center top repeat-x;
	text-align: center;		/* Align wrapper to center */
}

#wrapper {
	width: 970px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #0099FF;	/*	 #D9F1F7  R217ĦBG241ĦBB247 */
	border: 1px solid #CCC;	
}

#header {
	height: 142px;
}

#container {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 970px;		/* Important */
}


#main_body {
	margin: 0px 0px 0px 130px;
	width: 840px;					/* main_body + menu = 970px */
	background-color: #D9F1F7;
}


#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height:100%;;
	background-color: #F4F4F4;
	border-right: 1px solid #CCCCCC;
}

#section {
	position: relative;
	margin: 10px 25px 10px 25px;
}

#footer {
	font-size: 10px;
	clear: both;
	color: #03407F;
	height: 14px;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#bible {
	position: relative;
	font-size: 15px;
	color: #CC3300;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	width: 500px;
}

#bible p.source {
	font-size: 12px;
	text-align: right;
}

a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}

img {
	border: none;
	vertical-align: top;
}


#explorer table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 13px;
}

#explorer tr.highlight {
	background-color: #FFFF99;
}

#explorer tr.odd_row {
/*	background-color: #6EB30A;*/
}

#explorer tr.even_row {
/*	background-color: #BBFFC7;*/
}

#explorer th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px;
	border-right: none;
	background-color: #6EB30A;
	font-weight: bold;
	font-size:14;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
}
#explorer td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 2px;
	text-align: center;
}

#explorer td.big_font {
	font-size: 16px;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 2px;
}




#explorer a:link    {font-size: 10pt; text-decoration: none; color: blue}
#explorer a:visited {font-size: 10pt; text-decoration: none; color: blue}
#explorer a:hover   {font-size: 10pt; font-weight: none; text-decoration: none; color: red}







