body#sitemap
{
}
#body_content
{
	background: url('../images/bg-right.jpg') top right no-repeat;
	color: #666;
	padding-bottom: 50px;
}
body#sitemap #body_content a
{
	color: #666;
	font-family: Trebuchet MS, Arial, Georgia;
	font-size: 0.8em;
	text-decoration: none;
}
body#sitemap #body_content a:hover
{
	text-decoration: underline;
}
#body_content h1,
#body_content h2
{
	font-weight: normal;
}
#body_content h1
{
	background: url('../images/bg-left.jpg') 0 0 no-repeat;
	color: #09f;
	font-size: 1.1em;
	padding: 15px 20px 0;
}
#body_content h2
{
	font-size: 1.4em;
	margin: 10px 0 0;
}
#body_content h3,
#body_content h3 a
{
	font-size: 1em;
}
#body_content h2 span
{
	font-size: 0.6em;
	vertical-align: top;
}
#body_content a:hover
{
	color: #09f;
	text-decoration: underline;
}
#body_content ul
{
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
}
#body_content li
{
	float: left;
	list-style-type: none;
	width: 24%;
}
#body_content li.last
{
	float: left;
	list-style-type: none;
	width: 285px;
}
#body_content ul ul
{
	margin: 0 0 20px;
	padding: 0;
}
#body_content li li
{
	display: block;
	float: none;
	width: auto;
}
