#sitemap {
	margin: 5px;
	width: auto;
	height: 470px;
	overflow: auto;
	background: #fff;
	color: #000;
	text-align: center;
}

#sitemap p {
	margin-top: 5px;
	text-align: left;
	font-size: 11px;
}

#sitemap h3 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	color: #222;
	margin: 5px;;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

.topLine {
	margin-top: 10px;
	margin-left: 5px;
}

.sections {
	margin-left: 50px;
	width: 250px;
	float: left;
	text-align: center;
}

.section {
	margin: 5px;
	float: left;
	width: 240px;
	text-align: left;
}

.section h2 {
	font-size: 12px;
}

.section a {
	color: #999;
}

.section a:hover {
	color: #000;
	text-decoration: none;
}