@CHARSET "UTF-8";

#sitemap {
	width: 100%;
	overflow: hidden;
	padding: 0;

}
	#sitemap #left {
		width: 310px;
		float: left;
		padding: 0px;
	}
	#sitemap #right {
		width: 310px;
		float: right;
		padding: 0px;
	}
		#sitemap h2 {
			border-bottom: none;
			margin: 5px 0;
			padding: 0px;
			color: #7A7A7A;
		}
		#sitemap h2 a { color: #7A7A7A; }
		
		#sitemap h3 { 
			font-size: 12px;
			font-weight: normal;
		}
	
	