html {
	background: #ffffe5;
}

body {
	border: 4px solid navy;
	margin: 20px 5% 10px 5%;
	font: 12px "Arial Black", sans-serif;
	background: white;
}

a {
	text-decoration: none;
	color: black;
}


h2 {
	color: navy;
	font-size: 18px;
}

#top {
	background: url(geo3.gif) no-repeat;
	height: 100px;
}

#top h1 {
	visibility: hidden;
}

#top p {
	position: relative;
	top: 40px;
	text-align: center;
}

#top a {
	background: transparent;
	padding: 5px 10px 5px 10px;
	color: navy;
}

#sidebar {
	float: right;
	width: 95px;
	border: dotted navy 3px;
	margin: 0px -3px 0px 20px;
}

#sidebar li {
	list-style: square inside;
	border: 1px solid navy;
	width: 80px;
	margin: -1px 0px 0px -32px;
}

#sidebar li:hover {
	background: red;
}

#content {
	padding: 0px 8px 0px 4px;
}

#content p:first-letter {
	color: red;
}

#content a:hover {
	background: red;
}

#content blockquote {
	border: dotted navy 2px;
	padding-left: 4px;
	clear: both;
}

#footer {
	background: transparent;
	clear: both;
	text-align: center;
}

#footer h2 {
	display: run-in;
	font-size: 1em;
}

