
body {
	padding: 20px;
	font-size: large;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

div#body {
	
}
	
div#menu {
	float: left;
	width: 20%;
	padding-bottom: 20px;
	border-bottom: 2px solid gray;
}

div#content {
	width: 70%;
	float: right;
}

a, a:hover, a:active, a:link, a:active, a:visited {
	color: blue;
}

div#footer {
	text-align: center;
}
