body {
	background: #000 url(/images/site/body_bg.jpg) no-repeat center 65px;
	color: #eee;
	font: 75% Arial, sans-serif;
}
div#wrapper {
	width: 580px;
	margin: 120px auto;
}
#header {
	overflow: hidden;
}
#logo h1 {
	margin: 0;
	text-indent: -1000px;
} 
#logo h1 a {
	float: left;
	display: block;
	width: 266px;
	height: 75px;
	background: transparent url(/images/site/logo.gif) no-repeat left top;
	border: 0;
}
div#content {
	margin: 20px 0 0 5px;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #a9732e;
}
a:hover {
	color: #eee;
	text-decoration: none;
	border-color: #faaa43;
}
h2, h3, p, ol {
	margin: 0 0 .5em 0;
}
ol {
	list-style: none;
}