
aside, nav, footer {
	display: none;
}

header.global h1 a {
	background: none;
	width: auto;
	padding-top: 0;
	height: auto;
	text-indent: 0;
	float: left;
	display: block;
	margin-top: 10px;
	font-size: 25px;
	text-decoration: none;
	
	}
	header.interior h2 {
	font-size: 2.5em;
	line-height: .9em;

}

header.interior {
	width: auto;
	padding: 20px 0;
	background: 0;
	border: 0;
	color: #555;
		-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled=false)";
	/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
	-ms-filter:;
	filter:;
	height: auto;

}

#main {
	background: #fff;
	padding: 10px 0 0 0;
	width: auto;
	float: none;
	margin-top:0px;
		-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled=false)";
	/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
	-ms-filter:;
	filter:;

}

#main h3 {

	font-size: 1.8em;
}