/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/16px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 60px; display: block; clear: both; border-bottom: 3px solid #e8edf1; }
#page { width: 720px; height: auto; clear: both; padding: 20px 0; float: left; }
#footer { width: 750px; border-top: 3px solid #e8edf1; padding-top: 10px; clear: both; }

/* -- extras -- */

ul#nav, #banner, .right{ display: none; }
#logo { float: left; display: block; }