/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , #wrapper {width:auto; background-color:#FFFFFF; padding:0; margin:0; }

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 }
   
   #topmenu, #menu , #pagemenu, #requestquote, #adverts, #footer , #headtitle { display: none; }
   
   #content-page { clear:both; float:none; width:auto;}
   #header		 { background-image:url(/images/sep.gif); background-repeat:no-repeat; background-color:#FFFFFF;}
   
   
   #contents 	 {	background: #FFFFFF; }
   
   #content-page  h1 , #content-page h2 , #content-page h3 , #content-page h4 , #content-page h5 , #content-page h6 , #content-page a , #content-page p , #content-page li { color:#000000;}
   