body {
	margin: 10px 0px 0px 0px;
	background: #0D436F url('/img/header-bg.png') repeat-x;
}
h3,h4{
	margin-bottom: 0.25em;
}
div#header h2{
	margin: 0 0 0 10px;
	font-weight: 500;
}
h2 a, div#footer a{
	text-decoration: none;
	color: black;
}
div#header {
	margin-bottom: 3px;
}
div#content {
	background-color: #aaa;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
div#content div {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#stats {
	padding-left: 10px;
	min-height: 360px;
}
ul#statsnav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
div#statsdisp {
	background-color: #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#statsdisp div {
	padding: 5px 10px;
}
ul#statsnav a {
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #888;
	text-decoration: none;
	color: black;
}
ul#statsnav a:hover, ul#statsnav a.current {
	background-color: #ccc;
	border-bottom: 1px dotted #666;
}
div#footer {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #999;
	font-size: .8em;
}
div#footer div {
	padding: 0px 0px 0px 10px;
}