/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 17px;
	color: #000;
}

p, h1, h2, h3, h4, h5, h6, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; }
h1 { font-size: 1.6em; line-height: 20px; font-weight: bold; }
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.1em; font-weight: bold; }

ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.1em; }

/*-------------------- Main Layout ---------------------*/


#main-wrap, #container {  width: 100%; height: 100%; float: left; }
#header { width: 760px; height: 120px; display: block; clear: both; border-bottom: 3px solid #3E0034; }
#page { width: 760px; height: auto; float: left; padding: 20px 0; }
#left { float: left; width: 115px; height: 700px;}
#contents { width: 630px; height: auto; float: right; border-left: 2px solid #3E0034; margin-left: 6px; padding-left: 6px;  }
#footer { width: 760px; border-top: 3px solid #3E0034; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/* for home page */
#home #left, #home #contents { width: 750px; height: auto; float: left; clear: both; border: none; }
#home #scroll { display: none; }