/* ----------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */


@page {
size: 210mm 297mm;
margin: 30mm;
}

body {
font-size: 100%;
}



div#sidebar, div#menu-out, div#header-out{
	display:none; 
}



div#content-out{
margin: 40px 0px 0px 0px;  
padding: 0px 0px 0px 0px;
width: 950px;
}




div#footer{
width: 950px;
}


