div#menu a, h1 {
	color:#06D;
}

div#page {
	width: 800px; font-family: sans-serif; font-size: 80%;
	text-align: left;
}

h1 {
	position: absolute; right:0px; bottom:0px;
	font-weight: bold; font-size: 140%;
}

div.hr {
	clear: both;
	height: 2px; background-color: lightblue; margin-top: 7px; margin-bottom: 7px;
}

div#menu {
	float: left; width: 150px; padding-right:10px;
}
div#menu ul {
	margin-top:3px;
	padding-left:0px;
}
div#menu li {
	font-size:85%;
	font-weight:bold;
	list-style-type:none;
	margin-bottom:7px;
}
div#menu a {
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}

div#content {
	float: left; width: 640px;
}
a img {
	border-width: 0px;
}
