/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body { margin: 0; font: normal 62.5%/18px "Verdana"; color: #333; background: #fff; }
p { font-size: 1.2em; }
ul.list { list-style: square; margin-left: 20px; }
ul.list li { padding: 0; }


/*-------------------- Main Layout ---------------------*/


#container {  width: 770px; height: auto; clear: both; }
#header { width: 770px; height: 120px; display: block; clear: both; border-bottom: 3px solid #494949; }
#page { width: 750px; float: left; height: auto; clear: both; padding: 20px 0; }
.left { width: 500px; height: auto; float: left; padding-right: 40px; border-right: 1px dotted #494949; }
.right { width: 175px; height: auto; float: right; }
#footer { width: 770px; border-top: 3px solid #494949; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }
