body {
/*	background-color:rgb(88,112,128); */
	background-color:rgb(130,140,145);
}

h1 {
	background-color:rgb(136,172,194);
	margin: 2.33em 0;
	text-align: center;
	font-size: 2.00em;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
h2 {
	font-size: 1.20em;
	margin: 2.33em 0;
	text-align: center;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
h3 {
	font-size: 1.00em;
	margin: 2.33em 0;
	text-align: left;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

td {
	text-align: center;
}

#navigation {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 170px;
	background-color:rgb(136,172,194);
}

#content {
	margin-left: 200px;
	width: 700px;
}

