body
	{
 	background-color:#a5a679; 
 	margin: 0;
 	padding: 0;
 	font-family: Times, "Times New Roman", serif;
 	font-size: 1em;
 	}
p
	{
	padding: 0 0 5px 0;
	margin: 0;
	}
a
	{
	cursor: pointer;
	}
a:link
	{
	color: #666633;
	text-decoration: none;
		}
a:visited 
	{
	color: #666633;
	text-decoration: none;
	}
a:link:hover, a:visited:hover, a:active
	{
	color: #d6b461;
	text-decoration: none;
	}
#wrapper
	{
	margin: 50px auto;
	background-color: #faffd9;
	width: 800px;
	height: 610px;
	}
#pageband
	{
	float: left;
	height: 590px;
	width: 70px;
	background-color: #ceca87;
	}
#bandone
	{
	float: left;
	height: 590px;
	width: 5px;
	background-color: #e5e379;
	}
#bandtwo
	{
	float: left;
	height: 590px;
	width: 15px;
	background-color: #d6b461;
	}
#bandthree
	{
	float: left;
	height: 590px;
	width: 10px;
	background-color: #a6ba6f;
	}
#bandfour
	{
	float: left;
	height: 590px;
	width: 5px;
	background-color: #a2b371;
	}
#nav
	{
	padding: 10px 0 0 0;
	float: left;
	height: 580px;
	width: 150px;
	background-color: #bfd187;
	font-size: 1.1em;
	}
#nav p
	{
	padding: 8px 5px 8px 5px;
 	font-size: .8em;
	}
#nav p.active
	{
 	background-color:#faffd9; 
	font-weight: 900;
	border-top:1px solid #a5a679;
	border-bottom:1px solid #a5a679;
	font-weight: strong;
 	font-size: .9em;
	}
#textbody
	{
	padding: 15px 10px 10px 10px;
	float: left;
	height: 560px;
	width: 505px;
	font-size: 1.2em;
	}
#textbody p,
#textbody  ol li
	{
	padding-bottom: 1em;
	}
#textbody ul li
	{
	font-size: 1em;
	}
#footer
	{
	margin: 0 auto;
	clear: both;
	height: 15px;
	padding: 5px 0 0 0;
	width: 800px;
 	background-color:#a5a679; 
	text-align: center;
	font-size: .5em;
	}
	