div#sitemap{
	float:left;
	margin-left:20px;
	margin-top:40px;
	margin-bottom:60px;
}
div#sitemap dl{
	padding-left:20px;
	width:140px;
	height:170px;
	float:left;
	border-left:#999999 1px dotted;
}
div#sitemap dt{
	font-weight:bold;
	font-size:13pt;
	margin-bottom:10px;
}
div#sitemap dd{
	font-size:11pt;
	padding-bottom:5px;
	text-decoration:underline;
}
div#sitemap dt a{
	color:#CC0000;
}
div#sitemap dd a{
	color:#333333;
}
p#info{
	margin-left:20px;
}
