
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_footer.css");
@import url("module_subnav.css");
@import url("module_maincontent.css");

* { margin: 0; padding: 0; }

body {
	font: 62.5% Arial, sans-serif; color: #333;
	text-align: center;
	background: #e6e6e6;
}
body.fontsize_1 { font-size: 62.5% }  
body.fontsize_2 { font-size: 75.0% }  
body.fontsize_3 { font-size: 100.0% }  

img { border: 0; }

.float_left { float: left; }
.float_right { float: right; }

span.clear { clear: both; display: block; height: 0px; line-height: 0px; font-size: 0px; }

h1, h2, h3, h4, h5, h6 { font: 1.0em Tahoma, arial, sans-serif;  }
table, th, td { font-size: 1.0em; border-spacing: 0px; border-collapse: collapse; }
form, input { font-size: 1.0em; }

#wrapper { background: #fff; width: 960px; margin: 0 auto; padding: 10px 0; text-align: left; }

#mainbanner { margin: 10px 10px 0 10px; }



