body {
	background:#000040;
	color:#FFFF00;
}

#container{
	width: 960px;
	margin: 0px auto;
}

#banner{
	height: 110px;
	width:960px;
}

#banner h1 {
	background:url(../img/heartwoodfin1.jpg);
	height: 100px;
	width:900px;
	text-indent: -9000px;
	
	
	
	}

#nav ul {
	width: 960px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 38px;
	padding: 0px;
}

#nav ul li{
	list-style: none;
	float:left;
}

#nav ul li a {
	color:#009900;
	text-decoration: none;
	font-family: arial;
	padding:8px;
	display: block;
	margin: 0px 30px;		
}

#nav ul li a:hover{
	background:#FFFF00;
	color:#000040; 
}

#images {
	width:960px;
}

#images img {
	border: none;
}

#content {
color:#FFFF00;
}

#footer{
background: #003300;
height: 20 pxs;

}
