
/*Typography*/
body
	{
		font-family: helvetica, sans-serif;
		font-size: 12pt;
		font-weight: lighter;
	}
h2, .strongest
	{
		font-family: "arial black", arial, sans-serif;
		letter-spacing: 0.05em;
		font-weight: normal;
	}
.book-desc, .book-desc span 
{
	font-family: "arial black", arial, sans-serif;
	font-size: 18pt;
	letter-spacing: -0.05em;
	font-weight: lighter;
}

.book-desc .special
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}

.strongest, #great-value, .special .long
{
	font-size: 16pt;
}

.strongest a
{
	display: block;
	font-size: 28pt;
	text-align: right;
	text-decoration: none;
}	
.extra, strong.long, blockquote
{
	font-style: italic;
}

em, .special strong, p strong, blockquote, .title
{
	font-weight: bold;
}
.title
{
	font-style: normal;
}
#money-back
{
	font-size: 14pt;
}

a:hover { text-decoration: underline;}

/*Layout*/
body{ position: relative; margin: 0; padding: 0;}
div#container
	{
		width: 650px;
		margin: auto;
		padding: 30px;
		position: relative;
	}
img#bookcover
{
	width: auto;
	margin: auto;
	display: block;
}
.book-desc
{
	position: absolute;
	top: 200px;
	right: 15px;
	width: 120px;
}

.strongest, .special, .credentials, #testimonials, book-desc span, #great-value, #sign-off
{
	display: block;
	padding: 0.5em;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.book-desc span
{
	display: block;
	padding: 0;
	margin-bottom: 1em;
}
.book-desc .special
{
	margin-top: 60px;
}
blockquote
{
	margin-left: 4em;
}


li
{
	margin: 0.75em;
}
p, ul, h2
{
	padding-left: 20px;
	padding-right: 20px;
	
}
ul, #sign-off {
	margin-left: 2em;
}
#tagline, #money-back, .strongest, #great-value
{
		position: relative;
		z-index: 100;
		clear: both;
}
.special
{
	margin-bottom: 2em;
}
#money-back
{
	float: right;
	width: 8em;
	margin-bottom: 3em;
}

#have-doubts h2
{
	padding-left: 0;
}

/*Colors*/
body
{
	background-color: #fff;
	color: #000;
}
div#container
{
	background-color: #fdf9c7;
	color: #000;
}
.special
{
	background-color: #ff9700;
	color: #1b1718;
}
.credentials, #testimonials, .credentials cite, #testimonials cite

{
	background-color: #edff00;
	color: #111;
}
.credentials blockquote, #testimonials blockquote 
{
	color: #ff0000;
	background-color: #edff00;
	
}

.strongest, .strongest a, #to-order, #tagline
{
	color: #fff;
	background-color: #000;
}
#guarantee
{
	border: solid 3px black;
}
