@media print
   {

/* TURN OFF DIVS FOR PRINTING */

#header, div.menu, #left, #left-ic, #left-i, #footer
	{
	display:none;
	}

}
