/** 
  PRINT LAYOUT 
  @module layout.print
  @author R.J. Koppes @ Finalist.com
*/
@media print {
	html,body,#container,div.header {
		background: none;
	}
	div.header {
		height: auto;
		padding: 0;
	}
	div.flag h1 {
		display: block;
		clear: both;
	}
	div.menu,div.footer,div#sidebar {
		display: none;
	}
	div#maincontent {
		float: none;
		width: auto;
		border: none;
		overflow: auto;
		height: auto;
	}
}
