/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .maincontainer {width:600px;}

body { background-image:url('/images/sep.gif'); background-repeat:no-repeat; background-color:#FFFFFF;}

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 }
   
   
   
   #staticbuttons , #right , #footer , #left , #motto , #fullpage  , #header , #halfpage {display:none;}
   
   #center { margin:10px 0px 0px 0px; clear:both;}
   
   #logo {position:static; width:281px; height:199px; overflow:hidden; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/new/logoprint.png'); margin:12px 0px 0px 15px; z-index:990;}
   #logo[id] { background-image:url(/images/new/logoprint.png); z-index:0; }
   
   #logolink { display:none;}
   
   #actcontent { overflow:visible; width:auto;}
    #center { overflow:visible; width:auto;}
	 .scrollholder { overflow:visible; width:auto;}
	  .scroll { overflow:visible; width:auto;}
	  .drag_bar {display:none;}