/* reset & misc
--------------------------------------------------*/
html, body{ height:100%; }
*{ padding:0; margin:0; border:0; font-size:100%;}
html { min-width:1004px; }
html > body #outer { height:auto; }
.clearer{ clear:both; line-height:0px; }
.fat{ font-weight: bold; }
.ital{ font-style: italic; }
.alignleft{ float:left; margin:0 40px 40px 0; }
.alignright{ float:right; margin:0 0 40px 40px; }
.smaller{ font-size:0.8em; }
p{ padding-bottom:30px; }
.fine{ font-size:0.9em; font-weight:normal; }
.fine1{ font-size:1em; }

/* links
--------------------------------------------------*/
a{ color:#666; text-decoration: none; }
a:hover{ text-decoration: underline; }


/* div
--------------------------------------------------*/
body{ color: #333; font: 75% /1.6em "Lucida Grande", verdana, helvetica, arial, sans-serif; }
#wrapper{ margin:0 auto; width:950px; padding:30px 0;}
.logo{ float:left; margin:0 20px 0 0; padding:0; }

