/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("reset.css");
@import url("global.css");
@import url("accessories.css");


img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Tahoma", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}

h1 { color: #000; margin-left: 0; }
h2 { color: #231986; margin-left: 0; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; display: inline-block; }
#contents { width: 720px; float: left; height: auto; display: block; clear: both; }
#footer { width: 750px; border-top: 3px solid #333; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; margin: 0; }

/* -- extras -- */

#logo, #nav, #banner, #cta { display: none; }