/* BASICS */
body {
	//font: 9pt/16pt Georgia, Times New Roman, Times, serif;
	font: 9pt/16pt Verdana, Arial, Helvitica;
	color: #010E22;
	background: #F5F5E9;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	}
p {
	//font: 9pt/16pt Georgia, Times New Roman, Times, serif;
	font: 9pt/16pt Verdana, Arial, Helvitica;
	color: #010E22;
	margin-top: 0px;
	text-align: justify;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #A8A439;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6D7134;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #010E22;
	}


/* LAYOUT */
#container {
	text-align: left;
	position: relative;
	background: #fff url(/images/openBible.jpg) no-repeat top left;
	margin: 10px auto;
	border: 10px solid #800;
	padding: 0px;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 740px;
	}
	html>body #container {
	width: 740px;
	}


/* HEADER */
#header {
	padding-top: 65px;
	margin-left: 280px;
	}

#header h1 {
	background: transparent url(/images/title.gif) no-repeat top left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	width: 445px;
	height: 40px;
	font-size: 32px;
	color: #800;
	}
#header h1 span {
	display: none;
	}
	
#header h2 {
	background: transparent url(/images/address.gif) no-repeat top left;
	margin-top: -10px;
	margin-left: 60px;
	margin-bottom: 80px;
	width: 300px;
	height: 70px;
	font-size: 18px;
	color: #800;
	}
#header h2 span {
	display: none;
	}
	
/* MENU */
#menu {
	position: absolute;
	top: 240px;
	left: 30px;
	padding-top: 40px;
	width: 180px;
	height: 300px;
	background: transparent url(/images/menu.gif) no-repeat left top;
	text-align: left;
	}
.box {
	position:relative;
	}
#menu a, #menu a:visited {
	text-decoration:none;
	background: transparent;
	color: #526c9f;
	font-family:"courier new", "sans serif";
	font-weight:bold;
	display:block;
	width:140px;
	height:16px;
	font-size:14px;
	border:1px solid #fff;
	padding:5px;
	padding-left: 15px;
	}
* html #menu a,
* html #menu a:visited {
	width:140px;
	height:18px;
	}
#menu a span {
	display:none;
	}
#menu a:hover {
	text-decoration:none;
	background: transparent;
	color: #800;
	font-family:"courier new", "sans serif";
	font-weight:bold;
	display:block;
	width:140px;
	height:16px;
	font-size:14px;
/*	border:1px solid #000;*/
	padding:5px;
	padding-left: 15px;
	}

#menu a:hover span.left {
	display:block;
	position:absolute;
	left:5px;
	top:5px;
	height:0px;
	width:0px;
	overflow:hidden;
	border-top:8px solid #fff;
	border-bottom:8px solid #fff;
	border-left:8px solid #800;
	}
#menu a:hover span.lk {
	display:block;
	position:absolute;
	left:170px;
	top:0px;
	padding:5px;
	width:200px;
	background-color: #fff;
	color:#000;
	border:1px solid #234;
	}
#menu a:active {
	text-decoration:none;
	color: #880;
	font-family:"courier new", "sans serif";
	display:block;
	width:100px;
	height:16px;
	font-size:14px;
	border:1px solid #fff;
	padding:5px;
	padding-left: 15px;
	}
	

/* CONTENTS */
#contents {
	position: relative;
	margin: -30px 0px 0px 230px;
	padding: 0px 10px 0px 10px;
	width: 450px;
	border: 1px solid #B2B9C4;
	background: #F1F2EF url(/images/124/leave_piece_1.gif) no-repeat left top;
	}
#contents h1 {
	font-size: 20px;
	}

#contents h2 {
	text-decoration: underline;
	font-size: 16px;
	}


/* LAST UPDATED INFO */
#updated {
	position: relative;
	right: 50px;
	text-align: right;
	font-size: 8pt;
	}

/* FOOTER */
#footer {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12pt;
	}

#footer a:link, #footer a:visited {
	margin-right: 10px;
	}