@charset "utf-8";
 @media print {

html>/**/body div#container{ display: table; float: none;}

html>/**/body div#left_column{ display: table-cell; float: none; vertical-align: top;}

html>/**/body div#center_column{ display: table-cell; float: none;}

html>/**/body div#center_left{ display: table-cell; float: none;}

html>/**/body div#center_right{ display: table-cell; float: none;}

div#center_column{ _padding-left: 9px;}

}
