/* print.css */
html{height:auto;padding:0;}

.onlyPrint{display:block}

.LNoPrint,
#ServiceTop,
#Header div,
#SiteLeft,
#SiteLeftShadow2,
#SiteRight,
#SiteBottom,
#AbsBottom
{display:none;}


#SiteCenter{
	width: 600px;
}
#SiteCenter .ContainerContent{
	width: 600px
}
#Header{
	height: 50px;;
}
#Header #Logo{
	display: block !important; 
}


