/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 19px;
	color: #333;
}

p, h1, h2, h3, h4, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; }
h1 { font-size: 1.6em; line-height: 20px; font-weight: bold; font-family: "Georgia"; }
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold;}
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }

ul.list { list-style: square; margin-left: 20px; }
ul.list li { font-size: 1.2em; padding-bottom: 5px; }


/*-------------------- Main Layout ---------------------*/


#container, #footer-container {  width: 100%; height: auto; flaot: left; }
#logo { width: 100%; height: 150px; display: block; clear: both; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; display: inline-block; }
div.contents { width: 740px; height: auto; }
div.right { float: left; width: 200px; height: auto; margin-right: 15px; padding: 0 15px 70px 0; border-right: 1px solid #1B150F; display: block; }
div.gallery-thumbnails { width: 690px; height: 200px; }
#footer { width: 100%; border-top: 5px solid #1B150F; padding-top: 10px; clear: both; }
#flash, #footer h5, div.gallery { display: none; }
#footer p { font-size: 1.2em; text-align: center; }
