@charset "utf-8";
/* About CSS Stylesheet */

body.sitemap {
	background-image:url(../images/body-background.jpg);
}

body.sitemap div#header {
	background-image:url(../images/header-background.jpg);
}

body.sitemap div#header div#vertNav div.link a:hover {
	color:#eb6173;
}

body.sitemap div#bodyWrapper,
body.sitemap div#wrapper {
	background-image:url(../images/wrapper-background.jpg);
}

body.sitemap div#wrapper div#breadCrumb {
	color:#9e1426;
}

body.sitemap div#wrapper div#breadCrumb a {
	color:#9e1426;
}

body.sitemap div#wrapper div#breadCrumb span.current {
	color:#ffffff;
}

body.sitemap div#wrapper div#sitemapContent {
	color:#ffffff;
}

body.sitemap div#wrapper div#sitemapContent a {
	color:#ffffff;
}
