body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0;
}

div#container {
	width: 800px;
}

a#headbanner {
	display: block;
	height: 178px;
}

div#topnav {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background-color: black;
	color: white;
	font-weight: bold;
	padding-left: 1em;
}

div#topnav ul {
	float: right;
	list-style-type: none;
	margin: 0;
}

div#topnav li {
	background-color: black;
	float: left;
	padding: 0 1em;
}

div#topnav a {
	color: white;
	text-decoration: none;
}

div#sidenav {
	background-color: #885e41;
	color: black;
	position: absolute;
	font-weight: bold;
	width: 159px;
	/* for IE6 */
	clear: both;
	left: 0;
}

a.sidenav-cat {
	display: block;
	height: 20px;
}

div#sidenav ul {
	background: url(/static/skins/webertables/navbar-back.jpg) top left repeat-y;
	margin: 0;
}

div#sidenav li {
	background: url(/static/skins/webertables/navbar-spot.jpg) 5% no-repeat;
	border-bottom: solid 1px #8cb9b8;
	line-height: 1.0;
	margin: 0;
	padding: 5px 5px 5px 20px;
	width: 133px;
}

div#sidenav a {
	color: black;
	text-decoration: none;
}

div.c7 {
	text-align: center;
}

div#content {
	margin-top: 6px;
	margin-left: 165px;
	width: 635px;
}

div#footer {
	font-size: 90%;
	line-height: 1.5;
	margin-left: 165px;
	text-align: center;
	width: 635px;
}

