/* Print CSS Document */

body	{
	background: #fff;
	color: #000;
	}
	
#container	{
	width: 100%;
	background: #fff;
	}
	
#hnavcontainer	{
	display: none;
	}
	
#header	{
	position: static;
	}
	
#navcontainer	{
	display: none;
	}
	
#main	{
	float: none;
	width: 100%;
	padding: 0;
	}