/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Arial", Tahoma, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 760px; height: auto; clear: both; }
#logo { width: 750px; height: 150px; display: block; clear: both; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; float: left; }
#left { display: none; }
#right { width: 700px; padding: 0 15px; height: auto; display: block; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/* -- extras -- */

