/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@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;
}

ul.list { margin: 0 0 20px 35px; list-style: square; }
ul.list li { padding: none; }

/*-------------------- Main Layout ---------------------*/

#container {  width: 100%; height: auto; clear: both; }
#logo { width: 360px; height: 147px; float: left;  }
#address { width: 380px; float: right; } 
#address p { font-size: 11px; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; border-top: 3px solid #d2d2d2; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1em; }

/* -- extras -- */

#left, .banner, #flash { display: none; }