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

/* Print Style Sheet */
#headerbox, 
#nav {
	display: none !important;
}
body, 
#header,
#branding,
#content, 
#column, 
#subcontent, 
#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 #container a:link, 
html body #container a:visited {
	width: auto;
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	color: #555;
	font-size: 1em;
	font-weight: normal;
	position: static;
	height: auto;
}
html body #contentwrap {
	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;
}
#header h1 a span {
	display: block;
	font-size: 2em;
	margin: 0;
	padding: 0 0 .5em 0;
	border-bottom: 5px solid #000;
}


