/* --------------------------------------------------------------------------------------------------
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: #000;
}

p, ul.list li { font-size: 12px; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 760px; height: 100%; float: left; }
#header { width: 750px; height: 120px; display: block; clear: both; border: 5px solid #c7190d; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; }
#left-contents { width: 210px; height: auto; float: left; border-right: 1px solid #dfdfdf; padding-right: 9px; margin-right: 15px; }
#right-contents { width: 500px; height: auto; margin-right: 10px; float: right; }
#footer { width: 760px; border-top: 5px solid #c7190d; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; margin: 0; text-align: center;  }

