body {
	background: white;
}
#header,
#column_nav_cart,
#column_addcontent,
#product_links,
ul#product_crumbs,
#footer,
.no_print 
{
	display:none;
}
#container  
{
	width:600px;
	margin:0px auto;
}
.for_print_only 
{
	display:inline;
}
.for_print_only_prodimg 
{
	width:165px;
	float:left;display:inline;
}
.for_print_only_proddesc 
{
	width:238px;
	float:left;display:inline;
	background-color:lime;
}
td.for_print_only 
{
	vertical-align:baseline;
}