
/* --------------------------------------------------------------------------------------------------------------------------------------- 

GLOBAL STYLES

--------------------------------------------------------------------------------------------------------------------------------------- */

@import url("reset.css");
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_maincontent.css");
@import url("module_footer.css");

* { margin: 0; padding: 0; }

img { border: 0; }
input, textarea, select { font-size: 1.0em; }
h1, h2, h3, h4, h5, h6 { font: 1.0em Arial, Verdana, sans-serif; }

table, th, td { font-size: 1.0em; }
div.clearer { height: 0; font-size: 0px; line-height: 0px; clear: both; }  
a, a:visited { color: #fff; text-decoration: none; } 
a:hover { color: #e9fb82; text-decoration: none; } 
.align_left { float: left; }
.align_right { float: right; }
.clear { clear: both; display: block; }

body { background: #fff; font: 1em Arial, Verdana, sans-serif; text-align: center; color: #666; }

#wrapper { width: 976px; margin: 0px auto; text-align: left; }
#content { position: relative; }




