#page {
	border: none;
	width: auto;
	height: auto;
	background-color: white;
}

#printtitle {
	display: block;
	padding: 0px 1em 0px 1em;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid silver;
	color: silver;
}

#menurow, #titlerow, #leftmenu, #cleaner {
	display: none;
	float: none;
}

#content, #content_light {
	float: none;
	height: auto;
	margin: auto;
	background-color: white;
}

#content_light {
	width: 450pt;
}

#footer {
	border-top: 1px solid silver;
	color: silver;
	width: auto;
}

