body  { 
	background: #e8e8e8 url(images/verse.gif) no-repeat center bottom; 
	text-align: center; 
	margin: 0 0 86px 0; 
	padding: 0; 
	}
body, p, table {
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 150%;
	}

/*#header {
	background: #369 url(images/bg_header.gif) repeat-x left top;
	text-align: center;
	height: 61px;
	padding-top: 24px;
	border-bottom: 0;
	border-top: 0;
	}
#header img {
	margin-top: 30px;
	}*/
#contentwrapper {
	width: 700px;
	border: solid 1px #099;
	border-top: 0;
	padding: 0;
	margin: 0;
	background: white;
	}
#skipnav {
	display: none;
	color: #e8e8e8;
	}
#skipnav a {
	color: #e8e8e8;
	}
#nav {
	float: left;
	text-align: left;
	width: 200px;
	padding: 8px;
	background: white;
	font-size: smaller;
	line-height: 100%;
	margin-top: 20px;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	border: 1px #369 solid;
	padding: 0px;
	margin: 2px 0;
	}
#nav img {
	border: 1px solid #099;
	}
li #thispage {
	padding: 2px;
	color: black;
	background: #f90;
	border: #369;
	}
#nav li a {
	color: white;
	background: #099;
	display: block;
	text-decoration: none;
	padding: 3px 12px 3px 2px;
	}
#nav li a:hover
{
	color: #ccc;
	border: #000;
	background-color: #369;

}
#content  { 	
	background: #fff; 
	text-align: left; 
	padding: 8px 24px 12px 230px; 	 
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
h1, h2, h3 {
	font-size: 130%;
	border-bottom: 1px solid #333;
	text-align: left;
	}
h4, h5, h6 {
	font-size: 115%;
	text-align: left;
	}
a:link {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	background: white;
	}
a:visited {
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
	background: white;
	}
a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	}
a:active {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
	background: white;
	}

#footer {
	clear: both;
	line-height: 100%;
	margin: 0 5% 1em 5%;
	border-top: 1px solid #099;
	padding-top: 6px;
	}