body {
	abackground: #C9AB76;
	bbackground: #3D2D16;
	cbackground: #494c1e;
	background: #303f3d;
}
a:link {
	color: #339900;
	text-decoration: none;
}

a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: red;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 5px solid #000000;
	background: url(differenceengine-smaller.jpg);
	background-repeat: no-repeat;
	background-color: #e7e7e7;
}
#header {
	height: 130px;
	color: #ffffff;
	padding: 1em;
}
#header img {
	border: 0px;
}
#header span.title {
	background: black;
	font-size: 2em;
	padding: 2px;
}

#menubar {
	clear: both;
	padding-bottom: .8em;
}
#menubar ul {
	display: inline;
}
#menubar li {
	display: inline;
}
#menubar a {
	background : #E4DABF;
	border: 1px solid #000000;
	padding: 4px 2px 2px 2px;
	color: #000000;
	text-decoration: none;
}
#menubar a:hover, #menubar a.selected:hover {
	background: #e2aa67;
}
#menubar a.selected {
	background: #cab99d;
}

#content ul {
	margin-left: 4em;
	list-style-position: inside;
}

#footer {
	width: 100%;
	background-color: #e7e7e7;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	font-variant: small-caps
	margin-top: 2em;
	padding-top: 2em;
}
#footer a {
	color: #494c1e;
}
