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

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

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

body.press div#header div#vertNav {
	height:88px;
}

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

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

body.press div#wrapper div#breadCrumb {
	color:#B2B2B2;
}

body.press div#wrapper div#breadCrumb a {
	color:#B2B2B2;
}

body.press div#wrapper div#breadCrumb span.current {
	color:#387B2B;
}

body.press div#wrapper div#contentArea div#pressContent {
	color:#000000;
	width:700px;
	margin:0px auto;
}

body.press div#wrapper div#contentArea div#pressContent a {
	color:#387B2B;
}
