/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************
 * End reset stuff                      *
 ****************************************/
 
 body{
	font-size:20px;
	text-align:center;
	font-family: 'Crimson Text', Georgia, Times, serif;
	background:#fff url(img/background.jpg) repeat-x;
}

 #topbar,#midbar,#maincontent{
	text-align:left;
	width:939px;
	margin:0 auto;
	
	clear:both;
 }
 #topbar{
	height:75px;
 }
 #titlearea{
	float:left;
	width:358px;
	font-family: 'Allerta', Helvetica, Arial, sans-serif;
 }
 #titlearea h1{
	font-size:.618em;
 }
 #titlearea h2{
	font-size:1.618em;
	
 } 

 #menuarea{
	float:left;
	width:580px;
	text-align:right;
	padding-top:15px;
 }
 #menuarea a{
	color:#444;
	text-decoration:none;
 }
 #menuarea a:hover{
	border-width: 0 0 2px 0;
	border-color:#663636;
	border-style:solid;
 }

 #bookimg{
	float:left;
	width:358px;
 }
 #promo{
	float:left;
	
	width:580px;
	
 }
 #headline{
	height:250px;
	text-align:center;
	font-family: 'Allerta', Helvetica, Arial, sans-serif;
 }
 #headline h2{
	
	font-size:2em;
	
}
#headline h3{
	margin-top:20px;
	font-size:1.618em;
	color:#663636;
}
#purchase{
	padding-top:20px;
	text-align:right;
}
#maincontent{
	
}
#maincontent h2{
	font-size:1.618em;
	color:#663636;
	margin-bottom:.618em;
	
}
.halfish{
	float:left;
	width:480px;
}
.halfish2{
	float:left;
	width:440px;
	padding-left:12px;
}
p + p{
	text-indent:2em;
	margin-top:1em;
}
p{
	line-height:1.3em;
}
.review{
	margin-bottom:2em;
}
a{
}
#footer {
	font-size:.5em;
	color:#bbb;
	text-align:right;
	padding-top:4em;
}
#footer a{
	color:#aaa;
}
em{
	color:#663636;
}

