/*=============================================================
	Print style for
=============================================================*/

@import url("screen.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Arial", Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 100%; height: auto; clear: both; font-size: 12px;}
#header { width: 700px; height: 140px; display: block; clear: both;  border-bottom:#999999 2px solid;}
#header img { width: 650px; height: 130px; }
#main { width: 650px; height: auto; clear: both; padding:10px 0; }
#footer { border-top:#999999 2px solid; }

/*=============================================================
	Extras
=============================================================*/

body#bUni #container, #nav, #banner { display:none; }
#mainRight{ width:460px;}
#mainLeft{ width:180px;}
