@media print {
   #leftmenu, #rightmenu, #BreadCrumbTrail, .RelatedLinks {
      display: none;
   }
   #siteheader {
      position: inherit;
      float: right;
   }
   DIV.content {
      float: left;
   }	

   .contentblockicon {
      float: left;
   }

   IMG, P {
      page-break-inside: avoid;
   }
}
