@CHARSET "UTF-8";

/**
* print.css - styles for use on printed media
*/

#header {
	border-bottom:0.15em dotted #89808b;
	padding-bottom:0.63em;
	margin-bottom:0.63em;
}
#menu {
	display:none;
}
#content {
	padding-bottom:0.63em ;
}
#content-header {
	border-bottom:0.15em dotted #89808b;
	margin-bottom:0.63em;
	padding:0.13em;
}
#footer {
	padding-top:0.63em;
	border-top:0.15em dotted #89808b;
	text-align:right;
}
#footer p {
	float:left;
	text-align:left;
}
