* {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
}
html, body {
	background-color: #FFF4D6;
	width: 100%;
	margin: 0px auto;
}
div#orange {
	position: absolute;
	top: 10px;
	height: 60px;
	width: 100%;
	background-color: #FFC464;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div#headline {
	display: inline;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 94px;
}
div#container {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
}
div#nav {
	position: relative;
	left: 0px;
	width: 140px;
	height: 100%;
	background-color: #FFFF64;
	border-left: 2px solid #FFC864;
	border-right: 2px solid #FFC864;
}
#nav ul.nav {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
div#nav ul.nav#top {
	position: relative;
	top: 80px;
}
div#nav ul.nav#bottom {
	position: absolute;
	bottom: 4px;
}
div#nav ul.nav li {
	margin-bottom: 2px;
}
div#nav ul.nav li a {
	font-size: 11pt;
	display: block;
	width: 136px;
	padding: 2px 0px;
	padding-left: 4px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
div#nav ul.nav li a#sel {
	text-decoration: underline;
}
div#nav ul.nav li.sub a {
	font-weight: normal;
}
div#nav ul.nav li a:hover {
	background-color: #FFFFC4;
	border-top: 1px solid #FFC864;
	border-bottom: 1px solid #FFC864;
}
div#content {
	position: absolute;
	left: 142px;
	top: 64px;
	width: 600px;
	padding-left: 18px;
}
div#content h1 {
	font-size: 16pt;
	font-weight: light;
}
div#content h2 {
	display: inline;
}
div#content img {
	border: 1px solid #FFC864;
}
div#content a {
	color: #DE8464;
}

