body
		{
			margin: 0;
			padding: 0;
			background-color:#EDE7D1;
			font-size:16px;
		}
		
		#header
		{
			width: 100%;
			height: 149px;
			background-color: #EDE7D1;
			margin-bottom: 10px;
			background-image: url(top.jpg);
			background-repeat: no-repeat;
		}
		
		#nav
		{
			float: left;
			width: 17%;
			height: auto;
			background-color: #EDE7D1;
			margin-bottom: 5px;
			margin-top:0px;
		}
		
		#nav ul, li {
			list-style-type:none;
			padding: 3px;
			margin-left:10px;
			width:130px;
		}
		
		a:visited {
			font-family: arial, verdana;
			font-weight: bold;
			font-size: 16px;
			color: #702C21;
			text-decoration: none;
		}
		
		a:hover {
			font-family: arial, verdana;
			font-weight: bold;
			font-size: 16px;
			color: #702C21;
			text-decoration:underline;
		}
		
		#nav a, a:hover {
			font-family: arial, verdana;
			font-weight: bold;
			font-size: 16px;
			color: #702C21;
			text-decoration: none;
		}
		
		#nav a:hover {
			color: #234840;
			font-size: 16px;
		}
		
		#content
		{
			margin-left: 180px;
			height: auto;
			width: 80%;
			background-color: #EDE7D1;
		}
		
		#footer
		{
			clear: both;
			width: 100%;
			background-color: #234840;
			margin-bottom: 10px;
			background-image: url(bottom.jpg);
			height: 90px;
			background-repeat: no-repeat;
		}
		
		h1, h2 {
			font-family: arial, verdana;
			font-size: 1.3em;
			color: #702C21;
			padding-bottom: 1px;
		}
		
		h2 {
	font-size: 0.9em;
		}

		td, p {
			font-family: arial, verdana;
			font-size: 0.8em;
			color: black;
			text-align: left;
			line-height: 1.4em;
		}
		.homelist {
			font-family: arial, verdana;
			text-align: left;
			font-size: 1.2em;
			font-color:#234840; 
			line-height: 1.5em;
			width:auto;
		}
		
		img {
			border: 0px;
		}

#credit {margin-top:40px; margin-left:11px; font-size:16px;font-family:verdana;width:120px;}