		body {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		padding: 5px;
		color: #284766; /* green */
		background-color: #D4EAE6;
		text-align: center;
		}

		#container {
		width:730px;
		width: 54em;
		text-align: left;
		margin: auto;
		padding: 5px 0 20px 0;
		}
		
		#content {
		padding: 10px;
		background-color: #fff;
		background-image: url(images/willow_background2.gif);
		background-position: top right;
		background-repeat: no-repeat;
		}
		
		h1 {
		background-color: #008080;
		color: white;
		margin: 0;
		padding-left: 5px;
		text-align: left;
		border: 2px solid white;
		font-size: 3em;
		}
		
		h2 {
		font-size: 1.6em;
		margin: 0;
		padding: 0;
		padding-bottom: .5em;
		}
		
		p {
		margin-top: 0;
		padding: 1px;
		}

		a:link {
		/* text-decoration: none; */
		color: #284766;
		}

		a:visited {
		text-decoration: none;
		color: #284766;
		}
		
		a:hover {
		text-decoration:underline;
		}
		
		a:active {
		}

		.navigation {
		background-color: #C6CFD7;
		text-align: right;
		padding-right: 8px;
		font-size: 1.2em;
		border-left: 2px solid white;
		border-right: 2px solid white;
		color: #284766;
		}
		
		img {
		border: none;
		}
		
		#footer {
		background-color: #7397BB;
		background-color: #C6CFD7;
		text-align: center;
		padding-right: 5px;
		font-size: 95%;
		border: 2px solid white;
		}

		img#tree {

		margin-right: 8px;
		margin-bottom: 3px;
		margin-top: 3px;
		}
	
		#nav {
		background-color: #C6CFD7;
		text-align: right;
		padding-right: 8px;
		font-size: 1.2em;
		border-left: 2px solid white;
		border-right: 2px solid white;
		color: #284766;
		display: block;
		list-style: none;
		padding-bottom: 5px;
		padding-top: 4px;
		}