@charset "utf-8";

@media print{

body {
	background: #ffffff;
}

#header #header_links, 
#header #utility {
	display: none;
}

#header h1 {
	display: block;
}

#header ul.global_navi {
	display: none !important;
}

#contentSubL {
	display: none;
}

#contentSubR {
	float: none;
}

#footer {
	display: none;
}

}