/* FT11 Interactive CSS Framework Module - by Anthony Eggert */

/* Print Style Sheet */
#headerbox, 
#header,
#nav,
.noprint {
	display: none !important;
}
body,
#column,  
#header,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body #container {
	width: auto;
	margin: 1em 0 0;
	padding: 0;
	background: none;
	text-align: left;
	position: static;
	height: auto;
}
html body h2 {
	text-indent: 0;
}
html body #content-wrap {
	width: auto;
	margin: 2em 0 0;
	padding: 0;
	background: none;
	text-align: left;
	position: static;
	height: auto;
}
html body #footer {
	background: none;
}
html body #footer p {
	margin-left: 0;
	text-align: center;
}
html body pre, 
html body code {
	vertical-align: baseline;
}
html body #column h1 {
	display: block;
	border-bottom: 0;
	margin:0;
}

.menu-block,
.top {
	width: 90% !important;
}

