/* --------------------------------------------------------------------------------------------------
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;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: 100%; display: block; clear: both; }
#header { width: 750px; height: 130px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#mainpage { width: 750px; height: auto; display: block; clear: both; padding: 20px 0; }
#left-contents { width: 590px; height: auto; float: right; display: block; padding-right: 15px; }
#right-contents { width: 130px; height: auto; float: left; display: block; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/* -- extras -- */

ul#nav, #flash, #arch-text { display: none; }
ul.equipment li ul, ul.anchors li ul, div.section { visibility: visible; display: block; }
