body {
	font-family: Lucida Grande, Verdana;
	font-size: 12px;

	margin: 0px;
/*	padding: 0px; */

	background-color: #fff;
}
a.menu, a.menu:visited {
	font-weight: bold;

	color: #fff;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;

	text-decoration: underline;
}
a.content, a.content:visited {
	font-weight: bold;

	color: #000;
	text-decoration: none;
}
a.content:hover {
	font-weight: bold;

	text-decoration: underline;
}

#menu {
	color: #000;
	background-color: #9a1d10;

	position: fixed;
	top: 0px;
	left: 0px;
	padding: 2em;

	width: 120px;
	height: 100%;
}

#content {
	position: absolute;
	top: 0px;
	left: 160px;
	padding: 2em;

	width: 60%;

	text-align: justify;
}
