/*=============================================================
	Print style for
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container { width: 100%; height: auto; clear: both; }
#header { width: 700px; height: 130px; display: block; clear: both; border-bottom: 2px solid #d2d2d2; margin-bottom:30px;}
#footer { width: 700px; border-top: 2px solid #d2d2d2; padding-top: 10px; clear: both; font-size:1.1em;}

/*=============================================================
	Extras
=============================================================*/

#banner-content, #content-left { display:none;}
