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

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

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

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

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

body.about div#wrapper div#breadCrumb {
	color:#e21c37;
}

body.about div#wrapper div#breadCrumb a {
	color:#000;
}

body.about div#wrapper div#breadCrumb span.current {
	color:#e21c37;
}

body.about div#wrapper div#contentArea div#aboutContent {
	margin-left:45px;
	margin-right:45px;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body.about #wrapper #contentArea #aboutContent #aboutFeed {
	background-color:#fff;
	width:700px;
	margin:15px auto;
}
