/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .maincontainer {width:600px;}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
   
   body , #mainbg , #solbg , #solutions { background-image:url(/images/sep.gif); }
   
   #topright , #menu , #banner , #footer , #right , #rotator , #solbg img { display:none;}
   
   #content { width:auto;}
   
   #content p { text-align:justify;}
   
   #solutions , #solbg  , #homeleft , #homecenter , #homeright , #capabilities , .col , .solution { width:auto; clear:both; float:none; background-color:#FFFFFF; }
   #solbg , #solutions { height:auto;}
   #homecenter h3 , #homeleft h3 , #homeright h3 { clear:both; border-bottom:0;}
   #homecenter h5 , #homeleft h5 , #homeright h5 , #homeright img { display:none;}