@charset "iso-8859-1"; 

h2 {
	width: 640px;
	margin: 15px 45px 0;
	padding-bottom: 5px;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 3px double #6facdb
}

div#sitemap {
	width: 640px;
	margin: 0 45px ;
	text-align: left;
}

div#sitemap li {
	padding-bottom:5px;
}

div#sitemap .left_box {
	width: 300px;
	float: left;
	border-left: 1px solid #ccc;
}

div#sitemap .right_box {
	width: 300px;
	float: right;
	border-left: 1px solid #ccc;
}

.submenu li {
	list-style: none;
}

