/* -------------------------------------------------------------- 
  
   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: 950px; border-left:3px solid #c5c5c5; border-right:3px solid #c5c5c5; background:#ffffff; }


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

#header { background:#ffffff url(../images/crossBar.png) bottom repeat-x; padding-bottom:7px; height:120px; }

#header .tabs { border-bottom: 1px solid #ddd; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


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

#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 { background:#000000 ; height:50px; color:#ffffff; text-align:right; padding:5px; padding-top:10px; font-size:10px;}
#footer a{ color:#ffffff;}
#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; }