body {
	font-family: Tahoma;
	font-size: 14px;
	background: #fff;
	}

#header {
	margin: 0 auto;
	width: 760px;
	height: 100px;
	}
	
#title {
	margin: 5px auto;
	width: 760px;
	background: #800000 url(images/titleback.jpg) no-repeat;
	font-family: Georgia;
	color: #FFCD3C;
	text-align: center;
	padding: 4px 0px 8px;
	}
	
#title a{
	font-size: 24px;
	font-weight: bold;
	color: white;
	}
	
#maincont {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	}

#leftcont {
	float: left;
	width: 200px;
	background: #B8C59F;
	}
	
#navigation {
	width: 160px;
	height: 260px;
	padding: 20px 20px;
	background: #eee;
	}
	
#navigation a{
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	color: #444;
	}

#navigation a:hover{
	color: #1D2214;
	font-weight: bold;
	}
	
#resources {
	margin: 5px;
	width: 150px;
	padding: 20px 20px;
	background: #eff0bf;
	font-size: 12px;
	line-height: 180%;
	color: #1D2214;
	text-align: right;
	}

#resources img{
	padding: 2px;
	border: double 3px #EFE0CD;
	}
	
#resources h1{
	font-size: 16px;
	font-weight: bold;
	color: #4e341b;
	}
	
#resources a{
	text-decoration: none;
	font-weight: normal;
	color: #745225;
	}

#resources a:hover{
	font-weight: bold;
	color: #1D2214;
	}

#rightcont {
	float: right;
	width: 560px;
	}
	
#text {
	float: left;
	width: 330px;
	padding: 15px;
	text-align: justify;
	line-height: 130%;
	color: #1D2214;
	}
	
#text h1{
	font-size: 20px;
	color: #998157;
	}

#text ul{
	}
	
#text li{
	list-style: circle url('images/bullet.gif') outside;
	margin: 0px 0px 0px -20px;
	}

#text a{
	text-decoration: none;
	color: #540302;
	font-weight: bold;
	}
	
#text a:hover {
	color: #7b9156;
	text-decoration: underline;
	}
	
#panel {
	float: right;
	width: 200px;
	background: #ccc;
	}
	
#image {
	width: 200px;
	margin: 20px 0px;
	text-align: center;
	}
	
#image img{
	width: 160px;
	padding :2px;
	border: #555 double 3px;
	}

#bible {
	margin: 5px;
	width: 170px;
	height: 320px;
	padding: 20px 10px;
	background: #7B9156;
	font-size: 12px;
	line-height: 130%;
	color: #1D2214;
	text-align: center;
	}

#bible img{
	padding: 2px;
	border: double 3px #EFE0CD;
	}
	
#bible h1{
	font-size: 16px;
	font-weight: bold;
	}
	
#bible a{
	text-decoration: none;
	font-weight: normal;
	color: #1D2214;
	}

#bible a:hover{
	color: #fff;
	}	

#bible form{
	font-size: 10px;
	}
	
#bible input{
	font-size: 10px;
	width: 145px;
	}
	
#bible select{
	font-size: 10px;
	width: 150px;
	}
	
#footercont {
	width: 100%;
	float: left;
	}

#verse {
	margin: 5px auto;
	width: 760px;
	height: 40px;
	background: #533f13 url(images/verseback.jpg) no-repeat;
	font-family: Palatino Linotype;
	color: #cc9900;
	text-align: center;
	padding: 4px 0px -4px;
	}
	
#verse a{
	font-size: 26px;
	font-weight: light;
	color: #e0ffad;
	}
	
#ewd {
	padding: 8px 0px;
	text-align: center;
	width: 760px;
	margin: 0 auto;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	}
	
#ewd a{
	font-weight: bold;
	text-decoration: none;
	color: #555;
	}
	
#ewd a:hover{
	color: #111;
	}
	
	
	
	
	
	
	
	
	
	
	
	