/* print.css */

html, body {
	background: #fff;
	width: auto;
}

div#header h1, div#header h2, div#header p {
	display: block;
}

div#navigation, div#content, div#header, div#page {
	border: none;
	height: auto;
	width: auto;
}

div#copyright {
	position: static;
}

div#seals {
	position: static;
}

div#footer {
	text-align: center;
}