body {
	background: rgb(240,240,240);
}

h1 {
	font-family: Futura;
	color: rgb(0, 0, 60);
	font-size: 48px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
}

h2 {
	font-family: Futura;
	color: rgb(100, 0, 0);
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a, a:visited {
	font: 12px Verdana;
	color: rgb(30, 30, 255);
	text-decoration: none;
}

img#cover {
	position: absolute;
	left: 50;
	top: 20;
	border: 2px black outset;
	width: 200;
	height: 263;
}

div#main {
	position: absolute;
	left: 280px;
	top: 20px;
}

div#content {
	width: 70%;
}

div#contact {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 90%;
	background: rgb(220,220,255);
	text-align: center;
	border: 1px rgb(0,0,99) dashed;
	padding: 5px;
	font: 12px Verdana;
}

div#menu {
	position: absolute;
	top: 350;
	left: 50;
	padding: 5px;
	width: 190;
	background: rgb(220,220,255);
	border: 2px rgb(175,169,229) dashed;
}

div#menu b {
	color: rgb(0,0,80);
	font: 12px Verdana;
	font-weight: bold;
}

div#filler {
	position: absolute; left: 0; top: 0; width: 220; height: 100%; background: rgb(180,180,255); border-right: 2px rgb(220, 220, 255) outset
}

.copyright {
	font-size: 12px;
	color: rgb(100, 100, 100)
}

.subtitle {
	font-family: Futura;
	font-size: 20px;
}

li {
	margin-bottom: 2px;
}

body {
	font-family: Times New Roman, serif;
}
