body{
	background: white;
	font: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	position: fixed;
	top: 0;
	left: 10%;
	background: palegoldenrod;
	padding: 0 0 0 5%;
	width: 75%;
	height: 10%;
	border-style: solid;
	border-width: 0 0 0.5em;
	border-color: goldenrod;
}

#menu {
	position:fixed;
	top: 12%;
	left: 10%;
	background-color: white;
}

#menu ul {
	list-style: none;
	width: 200em;
	margin: auto;
}

#menu li {
	float: left;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	text-align: center;
	padding: 0em 0.5em 0em 0.5em;
	border-top: 0.5em solid white;
}

#menu a {
	display:block;
	text-decoration: none;
	padding: 0em 0.5em 0em 1em;
	color: black;
}

#menu a:link {
}

#menu a:visited {
}

#menu a:hover {
	color: red;
}

#selected a {
	border-color: #AA0000;
	font-weight: bold;
}

#content {
	padding-top:10%;
	padding-left:15%;
	width: 70%;  
}
