@charset "utf-8";
/* CSS Document */



#wrapper2 {
	background-color: #FFF;
	color: #300;
	padding: 20px;
	overflow: hidden;
}

#wrapper2 #sitemap {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
#wrapper2 h2   {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A40000;
	text-indent: 10px;
	margin-top: 15px;
	font-size: 120%;
	margin-bottom: 15px;
}
#wrapper2 ol     {
	list-style-position: inside;
	padding: 0px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.8;
	width: 100%;
}
#wrapper2 .sitemap a    {
	list-style-position: inside;
	color: #300;
}

div.sitemap {
	background-color: #333;
	color: #FFF;
	width: 250px;
	padding: 5px;
	height: 210px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
div.sitemap .inner{
	background-color: #FFF;
	color: #333;
	padding: 5px;
	height: 180px;
	text-align: left;
}
