.sitemap {
	width:66%;
	float:none; 
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}
.sitemap_inner {
	font-size: 1.4em; 
	padding:1em .8em;
	background-color:#FFF;
	border: 2px solid #699;
	line-height: 1.5;
	}
