/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("reset.css");
@import url("global.css");


.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Arial"; 
	color: #333;
	background: #fff;
}
h1, h2 { margin-left: 0; }
h2 { border-bottom: 2px solid #d2d2d2; padding: 0 0 5px 0; }
p { padding-right: 20px; }

/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#logo { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #1e1557; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; float: left;  }
#left-contents { width: 750px; height: auto; float: left; display: block; }
#footer { width: 750px; border-top: 3px solid #1e1557; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; text-align: center; margin: 0; }

/* -- extras -- */

#right-contents { display: none; visibility: hidden; }
#flash { display: none; visibility: hidden; }
#banner { border-bottom: 5px solid #1e1557; padding-bottom: 15px; margin-bottom: 15px; text-align: center; clear: both; }
ul.gallery { width: 650px; margin: 0 50px; clear: both; display: block; }

