@import url("module_header.css");
@import url("module_maincontent.css");
@import url("module_footer.css");

* { margin: 0px; padding: 0px; }

img { border: none; }

body { font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; background: #666; }

.clearer { clear: both; overflow: hidden; height: 0px; font-size: 0px; line-height: 0px; }

#outer_wrapper { width: 980px; margin: 10px auto; background: #FFF; }
#inner_wrapper { width: 940px; margin: 0 auto; }

.avenir_regular { font-family: "Avenir LT 55 Roman"; font-weight: normal; }
.avenir_bold { font-family: "Avenir LT 65 Medium"; font-weight: normal; }

/*h1 { font-family: "Avenir LT 65 Medium"; font-weight: normal; }*/
.floatLeft { float: left; }
.floatRight { float: left; }