/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "plugin.css";

/* Page
-------------------------------------------------------------- */
 
#page { margin: 0 auto; width: 980px; background:#ffffff url('../images/navBlack.png') repeat-y top left;  }
#foot { margin: 0 auto; width: 980px; background:#191919 url('../images/foot.png') no-repeat; height:176px; }


/* Header
-------------------------------------------------------------- */

#header {  }
 

/* Body
-------------------------------------------------------------- */

#introduction { float: left; width: 480px; margin-right: 130px; }

#resources { float: left; width: 230px; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #eee; margin-top: 20px; }

#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }