/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");

img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	color: #333;
	background: #fff;
}

h1, h2, h3, h4, h5 { color: #000; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: 100%; float: left; }
#header { display: none; visibility: hidden; }
#page { width: 750px; height: auto; clear: both; float: left; padding: 20px 0; }
div.featured { float: left; width: 381px; padding-right: 10px; margin-right: 10px; border-right: 3px solid #dfdfdf; background: #fff; display: block; } 
#footer { width: 750px; border-top: 5px solid #4e428a; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; text-align: center; margin: 0; }

/* -- extras -- */
img.bor { width: 750px; height: 120px; display: block; clear: both; border-bottom: 5px solid #4e428a; }
