/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");


img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 18px;
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #0e62a8; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; float: left; display: inline-block; }
#feature { width: 205px; height: auto; display: block; float: left; padding-right: 15px; }
#contents { width: 500px; height: auto; display: block; float: right; padding-left: 15px; border-left: 1px solid #0e62a8; }
#footer { width: 750px; height: auto;  padding-top: 10px; border-top: 3px solid #0e62a8;clear: both; }
#footer p { font-size: 1.1em; margin: 0; }

/* -- extras -- */

#logo, ul#nav, #banner { display: none; visibility: hidden; }
#feature h1, #feature h2, #feature h3, #feature h4, #feature p { text-align: right; padding-right: 6px; }