/* CSS Document */
body {
	height: 100%;
	background-color: #CCCCCC;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	visibility: visible;
	height: 1646px;
	left: 4%;
	right: 2%;
	position: absolute;
	width: auto;
	margin: 0 auto;
	top: 5px;
}
/* Begin Header Background */
#container #layer1 {
	visibility: visible;
	top: 3px;
	background-color: #333333;
	height: 233px;
	width: 275px;
	position: absolute;
	left: 30px;
}
#container #layer2 {
	background-color: #FFFFFF;
	height: 233px;
	width: 275px;
	left: 330px;
	top: 3px;
	position: absolute;
	visibility: visible;
}
#container #layer3 {
	visibility: visible;
	top: 3px;
	background-color: #333333;
	height: 233px;
	width: 275px;
	left: 630px;
	position: absolute;
}
#container #layer4 {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 250px;
	width: 300px;
	left: 150px;
	top: 15px;
	background-color: #000000;
}
#container #layer5 {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 250px;
	width: 300px;
	left: 500px;
	top: 15px;
	background-color: #000000;
}
/* End Header Back ground */



/* Begin Header */
#container #header {
	position:absolute;
	left:15px;
	top:50px;
	width:900px;
	height:133px;
	z-index:3;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#container #date {
	position:absolute;
	left:584px;
	top:22px;
	width:315px;
	height:25px;
	z-index:4;
	color: #FFFFFF;
}

#container #topnav {
	position:absolute;
	left:186px;
	top:189px;
	width:712px;
	height:25px;
	z-index:10;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.top a:link {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	float: left;
}
.top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	float: left;
}
.top a:hover {
	color: #000000;
	background-color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	float: left;
	
}
/* End Header */


/* Begin Main Body with Navigation */
#container #maincontent {
	left:30px;
	top:215px;
	width:875px;
	height:1000px;
	z-index:4;
	background-color: #333333;
	position: absolute;
	visibility: visible;
}	
#maincontent #leftnav {
	background-color: #FFFFFF;
	float: left;
	height: 1641px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 1px;
	right: 10%;
	z-index: auto;
}
#maincontent #message {
	background-color: #FFFFFF;
	float: right;
	height: 1639px;
	position: absolute;
	visibility: visible;
	left: 155px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
	top: 1px;
	width: 702px;
}
#maincontent #bottom {
	background-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: absolute;
	visibility: visible;
	top: 1640px;
	clear: both;
	left: 5px;
	width: 866px;
	height: 86px;
	color: #FFFFFF;
}

#container #maincontent #leftnav #ads {
	float: left;
	height: auto;
	width: 150px;
	top: 612px;
	visibility: visible;
	position: relative;
	left: 0px;
}
#container #maincontent #leftnav #scripture {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 145px;
	background-color: #FFFFFF;
	top: 290px;
	left: 3px;
}
#container #maincontent #leftnav #menu {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 150px;
	top: 1px;
	z-index: 10;
}

#container #maincontent #message #thought {
	position: absolute;
	visibility: visible;
	width: 100%;
	left: 0px;
	top: 586px;
}
/* End Main Body with Navigation */

.text {
	line-height: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


p {
	font-size: 18px;
	text-decoration: none;
}
