#footer { 
	width: 956px;
	font-size: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 2px #104010;
	background: #609060;
	text-align: center;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	border: solid 2px #104010;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#menu {
	width: 956px;
	color: #104010;
	background: #609060;
	text-align: center;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	border: solid 2px #104010;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.menuitem {
	color: #ffffff;
	text-shadow: 1px 1px 2px #104010;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 200%;
	color: #386838;
	text-shadow: 1px 1px 2px #609060;
}

h2 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 150%;
	color: #386838;
	text-shadow: 1px 1px 2px #609060;
}

h3 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 100%;
	color: #386838;
	text-shadow: 1px 1px 2px #609060;
}


