/* -------------------------------------------------------------- 
  
   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";


/* Page
-------------------------------------------------------------- */

#page { margin:-18px 10px 0px 10px; }


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

#header { margin-top: 0px;background:#F8F9FB;}

#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 { margin-right: 10px;margin-left:0px; margin-top:10px;}


#introduction { margin-left:100px;float: left; width:300px; margin-right: 10px; border:1px solid #eee;padding:0px 10px 0 0}
#introduction2 {
    float: left;
    margin-right: 20px;
    width:20%;
	
	
}
#resources {
    float: left;
	width:75%;
}
#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; }

