body {
	background: whitesmoke;
	border: 4px solid black;
	margin: 0px 5% 10px 5%;
	font: 12px "Arial Black", sans-serif;
}

h1, h2 {
	color: navy;
	letter-spacing: .2em;
	font-size: 24px;
}

h2 { 
	font-size: 18px;
}

#top {
	background: url(bears.jpg) no-repeat;
	height: 80px;
	padding-left: 10px;
}

#top h1, #top a {
	color: whitesmoke;
}

#sidebar {
	float: right;
	width: 100px;
}

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

#sidebar li a {
	text-decoration: none;
}

#sidebar li:hover {
	background: #d8d8d8;
}

#content {
	margin-right: 114px;
	border-right: 3px dotted;
	padding: 0px 8px 0px 4px;
}

#footer {
	background: gray;
	clear: both;
	text-align: right;
}

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

