body {
	font: 80%/1.5 arial, helvetica, serif;
	color: #4E3F2A;
	background: url(green.gif);
	text-align: center;
	padding: 0;
	margin: 2em;
}

#banner {
	width: 46em;
	background: url(banner.jpg) bottom center no-repeat;
	text-align: center;
	border: 0px;
	margin: 0 auto;
	padding: 0px 10px;
}

#container {
	width: 46em;
	background: #F4ECD9;
	text-align: left;
	border: 0px;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

h1 {
	height: 100px;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#footer {
	width: 46em;
	background: url(nav-bg.jpg) top center no-repeat;
	text-align: center;
	border: 0px;
	margin: -1em auto;
	padding: 10px;
}

#nav {
	text-align: center;
	float: left;
	width: 45em;
	list-style: none;
	line-height: 1.5;
	background: #4E3F2A;
	font-weight: bold;
	padding: 0;
	border: 0;
	margin: 0em 0em 0em .3em;
}

#nav a {
	display: block;
	width: 11em;
	w\idth: 6em;
	color: #F4ECD9;
	text-decoration: none;
	padding: 0.25em 2.25em;
	background: #4E3F2A;
	border: 0;
}

#nav a:hover {
	color: #000000;
}

#nav li {
	background: #4E3F2A;
	float: right;
	text-align: center;
	padding: 0;
	width: 11em;
}

#nav li:hover, #nav li.sfhover {
	background: #4E3F2A;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}


