/* CSS Document */
#sitemap {
	background-image: url(../img/sitemap_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 700px;

}




#sitemap .title {
	margin-top: 10px;
}


#sitemap .content{
	padding: 10px;
	margin: 0px;
}
#sitemap h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 12px;
	background-image: url(../img/list01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sitemap p{
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/list02.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;
}

#sitemap a{
	color: #000000;
	text-decoration: none;
}

#sitemap a:hover{
	color: #FF6600;
}

