/* Printer stylesheet */

#left-logo, #navigation, #footer, #header, div.adminBar, #watermark, button.print {
	display: none;
}

#right_inside {
	float: none;
}

#content {
	width: 890px;
}

#printable_logo {
	display:inline;
	margin-bottom: 20px;
}

h1 {
	display: none;
}

h2 {
	float: right;
	width: 400px;
	border: 2px solid #bbb;
	font-size: 14px;
}

form {
	clear: both;
}

