/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");


.hidden { display: inline-block;}
.show { display: none;}
img { border; none; }

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; float: left; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; float: left; border-bottom: 3px solid #000c19; }
#page { width: 750px; height: auto; float: left; clear: both; padding: 20px 0; }
#left-contact { width: 160px; height: auto; float: left; display: block; }
#right-contents { width: 550px; height: auto; padding-left: 15px; border-left: 2px solid #000c19; float: right; display: block;  } 
#footer { width: 750px; border-top: 3px solid #000c19; padding-top: 10px; clear: both; }

/* -- extras -- */

#logo, #nav, #flash { display: none; visibility: hidden; }