@charset "iso-8859-1";

/*******************************************************************************
*  print.css : icmc.com.au 2006.11.18
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left column and footer as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#header, #sidebar, #footer {
	float: none;
}
#header, #sidebar, #footer {
display:none;
}

body *
{
	background-color: #fff;
	color: #000;
	font-family:sans-serif;
}
#wrapper {
	border:none;
	margin:0;
}
#content {
	margin:10px;
}

/******************************************************************************/
#textlogo {
 	display:inline;
}
#copyr {
	display:inline;
}	