/*	objects through time print css variations	*/

#menu1, #sidebar, .flash, .searchform, #sharethis_0, #sharethis_1, .noprint {
	display : none;
}

body, #wrapper, #wrapper2 {
	background : transparent;
}

#content {
	width : 85%;
}

/*
	we need important here as we often declare style= inline which has priority 
*/
.toprint {
	display : block ! important;
}


