/* -------------------------------------------------------------- 
  
   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
-------------------------------------------------------------- */
html, body { background-color: #A32E33; color: #fff;}
#page { margin: 0 auto; width: 950px; }


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

#header { margin-top: 20px; }
#header p { font-weight:bold; text-align: center; color: #FFFF93;/*a4c3fc*/}


#header h1 {
	line-height: 72px;
}

#header h1 em {
	display:block;
	font-size: 72px;
	font-style: normal;
	text-align: center;
}

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

#page h2 {
font-family: Garamond, "Hoefler Text", Georgia, "Times New Roman", Times, serif; opacity: .97;
}

#page p, #page ul { font-family: Garamond, "Hoefler Text", Georgia, "Times New Roman", Times, serif;
 font-size: 20px; opacity: .97;
}

#body { margin-top: 20px; }

#introduction { float: left; width: 340px; }

  /*background-color: #9B1D21; */

#book { float: right; width: 540px; }


#funded {clear:both; border: 1px solid #fff; padding: 18px 20px 0; text-align: center; }
#funded p { font-size: 14px; font-family: Helvetica, Arial, sans-serif; }


#order {clear:both; margin-top: 18px;}


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

#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; }
#footer a { color:#E0E03D; }
