@charset "utf-8";
/* CSS Document */

#auxnav,
#mainnav,
#sidebar
 {
	display: none;
	}
	
	
body {
	background: #fff;
	margin: 2em;
	font-size: .875em;
	}
	
#wrapper,
#main
 {
	width: auto !important;
	float: none !important;
	}
	
#masthead {
	height: 60px;
	}
	
#breadcrumb {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em;
	}
	
#page,
#content {
	border: none !important;
	padding: 0 !important;
	}
	
	
#footer {
	background: none;
	padding: 1em 0 0;
	margin: 1em 0 0;
	height: auto;
	min-height: 0;
	border-top: 1px solid #ccc;
	}
	
#newsletter_signup,
#footer_links {
	display: none;
	}
	
#footer_right {
	float: none;
	text-align: left;
	}
