body {
    background: #B0C4DE; 
    margin: 0px; 
    padding: 0px;
    font-size: 12px;
}

div#links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	/*float: left;*/
	z-index: 100;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
}


div#links a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	padding: .25em;
	margin: 0px 0px 1px 0px;
	color: black;
	background: #F5F5F5;
}

div#links a:hover {
	color: #F5F5F5;
	background: black;
}

div#content {
	margin: 5px 5px 5px 180px;
	/* margin: 2em 10px 2em 11em; */
	color: black;
	background: white;
	padding: 2em;
	border: 5px double #444;
}

div#content h2 {font-family: "Gill Sans", "Trebuchet MS", sans-serif;}

div#content h1 {
	margin: -1em -1em 1em -1em;
	text-align: right;
	background: #333;
	color: #667;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
}

dt {font-weight: bold;}
dd {margin-bottom: 0.75em;}
div#content a:link {color: black;}
div#content a:visited {color: #333;}
div#content a:hover {color: blue;}