@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_sidebar.css");
@import url("module_maincontent.css");
@import url("module_footer.css");

* { margin: 0; padding: 0; }

body { font: 62.5% Arial, sans-serif; background: #f0f0f0; text-align: center; }

#wrapper { width: 970px; background: #fff; margin: 0px auto; text-align: left; }


h1, h2, h3, h4, h5, h6 { font: 1.0em "Times New Roman", serif; color: #333; }
table, th, td { font-size: 1.0em; border: 0; }
img { border: 0; }

#subpage_wrapper { margin: 0 5px; overflow: hidden;  }

.clearer { clear: both; height: 0; line-height: 0px; font-size: 0; overflow: hidden; }

