#sitemap_title {

	width  : 720px;
	height : 153px;

	padding : 0px;
	margin  : 15px 0px 15px 0px;

	background-image  : url(../images/title.png);
	background-repeat : no-repeat;
	background-color  : #ffffff;
}


#sitemap_content {

	width  : 720px;

	margin  : 0px 15px 0px 15px;
	padding : 0px;

	text-align : left;

	clear : both;

}

#sitemap_line {

	width  : 673px;
	height : 16px;

	padding : 0px;
	margin  : 15px 0px 15px 20px;

	background-image  : url(../images/line.gif);
	background-repeat : no-repeat;
	background-color  : #ffffff;
}

#sitemap_text {

	padding : 0px;
	margin  : 0px;

	font-size   : 16px;
	font-weight : normal;
	color       : #666;
	line-height : 150%;
	text-align  : left;

	clear : both;
}

