body {
	/* background-color:#002a42;
       color: #5fc7ff;  
	   background-color:#fff0f5;
       color: #a0522d; 
	   background-color: #eee8aa; */
	   background-image:url('../images/mud.png');
	   background-repeat:repeat;
	   /* background-color: #b8b8b8;
       color: #a0522d;*/
	   color: #ffffff;
       font-size: 1.5em;	
	   font-style: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	    
     }
/* #container {
	background-color:#bc9471; 
	width:600px;
	margin:5px auto;
	padding:20px 50px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;	
	} */
	
#container {
     position: relative;
     width: 680px;
     left: 50%;
	 min-height: 500px;
	 padding: 25px;
	 margin-top:15px;
     margin-left: -340px;
	 overflow: auto;
	 z-index: 100;	
}	 	
#menu {
    /* background: url(../../media/images/v2/v-dash.png) no-repeat 0 8px; */
	font-size: 1em;
	clear:both;
	width:100%;
	padding-bottom:20px;
	margin:0;
	list-style-type:none;
	}		
#menu a
{
float:left;
width:5em;
text-decoration:none;
color:white;
background-color:#d4a88f;
font-size:1.1em;
padding:0.2em 0.6em;
border-right:1px solid white;
}
#menu a:hover {background-color:#686868}
#menu li 	{
		list-style-type: none;
		display:inline;
	}	
#header {
    float:left;
	}
#scripture {
	clear:both;
	margin-top:50px;
	/* font-variant: small-caps; */
	font-weight: 500;
}
#scripture span {
font-style:italic;
font-size:0.8em;
}
#footer {
	width:600px;
	font-size:0.8em;
	position:absolute; 
	bottom:1px;
	text-align:center;
	background-color:#d4a88f;
	color:white;
	}	