html {
	min-width: 500px;
}

body {
	margin: 0;
	padding: 0;
	min-width: 900px;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#leaves {
	width: 369px;
	height: 224px;
	background-image: url(images/leaves.png);
	top: -64px;
	right: 10px;
	position: absolute;
}

#logotype {
	width: 327px;
	height: 71px;
	background-image: url(images/logotype.png);
	top: 50px;
	position: absolute;
	left: 64px;
}

#logotype p {
	display: none;
}

#masthead {
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 0;
	border-style: none;
	border-width: 0px;
}

#contentSubpage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	padding: 0;
	border-style: none;
	border-width: 0px;
}

.contentColumn {
	width: 300px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#columnCenter {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.introPhrase {
	font-weight: bold;
	color: #668426;
}

hr {
	height: 1px;
	background-color: #000;
	border-style: none;
}

.firstpara {
	font-size: larger;
}

.middlemenu {
	list-style-type: none;
	padding-left: 0;
}

.middlemenu li {
	background-color: #7b9d51;
	border: 2px outset #429638;
	margin-bottom: 10px;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	padding: 5px;
	cursor: pointer;
}

.middlemenu li:hover {
	background-color: #818c51;
	border-style: inset;
	border-color: #668426;
}

dt {
	font-weight: bold;
	color: #668426;
}

dd {
	margin-bottom: 30px;
	margin-top: 10px;
}
