/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("reset.css");
@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 Layout ---------------------*/

#container {  width: 750; height: auto; clear: both; }
#logo { width: 750px; height: 150px; display: block; clear: both; border-bottom: 5px solid #703b11; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; }
#left-contents { width: 170px; padding-right: 15px; height: auto; float: left; }
#right-contents { width: 540px; height: auto; float: right; padding-left: 15px; border-left: 1px solid #703b11; }
#footer { width: 750px; border-top: 5px solid #703b11; padding-top: 10px; clear: both; }
#footer h4 { font-size: 1.1em; margin-bottom: 5px; text-align: center; }

/* -- extras -- */

ul#nav, #banner, h1 img { display: none; visibility: none; }