
/* The so called "Holly Hack for IE 6" screws up printing in Firefox. This removes it for print.
It shouldn't affect printing in IE6 because IE6 doesn't know what media= or @media means */

@media print
{
	html #expander
	{
		height: auto;
	}
}