body {
	font-family: Verdana;
	background-color: #96947f;
}


#allcontent {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

#header {
	height: 155px;
}
#navbar {
}
#navbar li {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#navbar ul {
	font-size: 0.95em;
	background-color: #009900;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: inset;
	border-bottom-style: outset;
	border-top-color: #006600;
	border-bottom-color: #006600;
}
#navbar a:hover {
	color: #FFFFFF;
}

#content {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#featured {
	width: 150px;
	text-align: center;
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	color: #000000;
	background-color: #ece9ca;
	border: thin dashed #96947f;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	font-size: 0.85em;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	background-color: #009900;
}


a:link {
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
	

.imgborder {
	border: 1px solid #96947f;
	padding: 5px;
	background-color: #ffffff;
}

h1 {
	color: #990000;
	font-size: small;
	line-height: 1.6em;
}
h2 {
	font-size: small;
	line-height: 1.05em;
}
h3 {
	font-size: small;
	line-height: 0.5em;
	color: #990000;
}
h4 {
	font-size: 0.75em;
	line-height: 1em;
}
.aligncenter {
	text-align: center;
}
