html, body {
	background:#eaf3ff;
}

#wrapper {
	width:807px;
	margin:8px auto;
	background:url(../images/tile.gif) repeat-y;
}

#header {
	width:807px;
	height:0;
	padding-top:177px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat;
}

#middle {
	width:807px;
	background:url(../images/corner.jpg) no-repeat;
}

#nav {
	float:left;
	width:160px;
	margin-left:10px;
	display:inline;
	padding-top:27px;
	padding-bottom:10px;
}

#content {
	float:left;
	width:615px;
	padding:0px 10px;
	margin-top:5px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#006f00;
}

#footer {
	width:807px;
	height:0;
	padding-top:52px;
	overflow:hidden;
	background:url(../images/footer.gif) no-repeat;
	clear:both;
}

#copy {
	text-align:center;
	font-size:0.9em;
}

#copy a {
	color:#444;
	text-decoration:none;
}

#copy p {
	margin:0.5em 0;
	color:#444;
}

