
h1 {
	width: 100%;
	background: url(header_bg.png) right center no-repeat transparent;
	}
h1 a {
	width: 322px;
	height: 129px;
	background-image: url(links.png);
	}

#links {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
	text-indent: 0;
	}
#links li {
	float: left;
	width: 160px;
	margin: 0 0 0 2px;
	}
#links li.first-child {
	margin-left: 0;
	}
#links h2 {
	background: #231f20;
	margin: 0 0 2px;
	}
#links ul {
	background: #231f20;
	margin: 0 0 2px;
	padding: 4px 10px;
	text-indent: 0;
	list-style: none;
	min-height: 335px;
	}
#links ul li {
	float: none;
	width: auto;
	margin: 0;
	}
#links a {
	color: #808080;
	text-decoration: none;
	}
