/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("reset.css");
@import url("global.css");
@import url("accessories.css");

.hidden { display: inline-block;}
.show { display: none;}
body {
	font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}
h3 { padding: 0; }
#container {  width: 750px; height: auto; clear: both; }
#header, ul#nav, #flash, #left-contents { display: none; }
#right-contents { width: 730px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }


