/* -------------------------------------------------------------- 
  
   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: 0 auto; 
	width: 950px; 
	background-color: #eee0c6;
}


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


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

#body { margin-top: 20px; }


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

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

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

/* General
-------------------------------------------------------------- */
input { font-size:12px;}
label{font-size: 12px;}
legend{font-size: 12px;}
