body {
	height: 100%;
}
#content {
	margin-left: 300px;
	padding: 5px;
}
#menu {
	padding: 5px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100%;
	background-color: lightblue;
	font-family: sans-serif;
}
#menu a {
	text-decoration: none;
	color: black;
}
#menu a:hover {
	text-decoration: underline;
}
#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: lightgray;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 5px;
}