/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

*, body, p, tr, td, h1, h2, h3, h4, ul, li { margin: 0; padding: 0; text-align: left; }

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 19px;
	color: #666;
}

p, h1, h2, h3, h4, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; text-align: justify; }
h1 { font-size: 2em; line-height: 25px; font-weight: bold; color: #87888B;}
h2 { font-size: 1.7em; line-height: 20px; font-weight: bold; color: #931747;}
h3 { font-size: 1.5em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }

ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.2em; }

a { color: #931747; text-decoration: underline;}
a:hover { color: #000; text-decoration: underline; }



/*-------------------- Main Layout ---------------------*/


#container-wrapper, #footer-wrapper { width: 100%; height: auto; float; left; }
#container {  width: 100%; height: auto; float: left; }
#header { width: 750px; height: 100px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#page { width: 730px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 100%; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }