/* CSS Document for Site Map */

body#sitemap {
	background: #000 url(../images/bg-2011.jpg) no-repeat fixed center top;
	}
table.layout {
	width: 760px;
	}
table.layout td {
	}
body#sitemap #body h2 {
	border-top: 1px solid #a67956;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	}
body#sitemap #body dl {
	margin: 5px 10px 25px 10px;
	}
body#sitemap #body dt {
	float: left;
	padding: 7px 5px;
	}
body#sitemap #body dd {
	padding: 7px 5px 7px 100px;
	}
body#sitemap #body dt.alt, body#sitemap #body dd.alt {
	background: #e9c28a;
	}
body#sitemap #body dt.alt2, body#sitemap #body dd.alt2 {
	background: #FFCC66;
}

