html, body {
	height: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background: #030201 url(../images/bg.png) repeat-x right top;
	font-family: Tahoma, Geneva, sans-serif;
}

hr {
	background: url(../images/hr.gif) repeat-x;
	border: 0;
	height: 3px;
	margin-bottom: 30px;
	width: 90%;
}

h2 {
	color: #666;
	font-size: 24pt;
	line-height: 22pt;
	margin: 0 0 20px 0;
}


h2.reviews {
	margin-left: 10px;
}

h3 {
	color: #333;
	font-size: 18pt;
	margin-bottom: 10px;
}

p {
	line-height: 16pt;
	margin-bottom: 20px;	
}

#container {
	background: url(../images/container-bg.png) no-repeat right top;
	height: 100%;
	margin: 0 auto;
	width: 914px;
}

#header {
	background: url(../images/header-bg.png) no-repeat center bottom;
	height: 559px;
	margin-bottom: 10px;
	position: relative;
}

#header h1 {
	background: url(../images/logo.png) no-repeat right top;
	height: 195px;
	overflow: hidden;
	text-indent: -9999px;
}

#menu {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#header ul.nav {
	float: left;
	margin-top: 333px;
	padding: 0 0 5px 0;
	position: relative;
	left: 50%;
}

#header ul.nav li {
	display: block;
	float: left;
	padding: 0 20px;
	position: relative;
	right: 50%;
}

#header ul.nav li a {
	color: #CCC;
	display: block;
	font-size: 14pt;
	height: 25px;
	text-decoration: none;
}

#header ul.nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content {
	background: url(../images/content-bg.png) repeat-y;
	display: inline-block;
	padding: 0 20px 20px 20px;
	position: relative;
}

#social {
	position: absolute;
	right: 30px;
}

#social .fb-share, #social .retweet {
	float: right;
	margin-left: 10px;
}

#book {
	background: url(../images/download-bg.png) no-repeat;
	height: 415px;
	padding: 0 0 0 330px;
	width: 530px;
}

#book p {
	font-size: 10pt;
}

#book p.quote {
	font: 24pt "Times New Roman", Times, serif;
	line-height: 22pt;
	padding-top: 30px;
}

#download {
	background: url(../images/adobe-reader-icon.png) no-repeat;
	height: 101px;
	padding-left: 111px;
	width: 429px;
}

#download .download-link {
	background: url(../images/free-download.png) no-repeat;
	display: block;
	height: 35px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 370px;
}

#download small {
	color: #665b57;
	font-size: 6pt;
	letter-spacing: 1px;
	margin-left: 8px;
	text-transform: uppercase;
}

#download .adobe-reader {
	background: url(../images/get_adobe_reader.gif) no-repeat;
	display: block;
	height: 33px;
	margin: 2px 0 0 7px;
	overflow: hidden;
	text-indent: -9999px;
	width: 112px;
}

#buy {
	background: url(../images/download-bg.png) no-repeat;
	height: 415px;
	padding: 0 0 0 330px;
	width: 536px;
}

#sidebar {
	background-color: #FFF;
	border: 1px solid #5a6794;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 210px;
}

#sidebar img {
	margin-bottom: 20px;
}

#all-reviews div p {
	color: #616ead;
	font: 16pt "Times New Roman", Times, serif;
	padding: 0 10px;
}

#all-reviews div p span {
	color: #666;
	display: block;
	font: 13pt Tahoma, Geneva, sans-serif;
	margin-top: 10px;
}

#footer {
	padding-bottom: 20px;
	text-align: center;
	width: 914px;
}

.quote {
	color: #616ead;
	font: 24pt "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}

.copyright, .createdby {
	color: #5f5d5d;
	font-size: 8pt;
}

.inner {
	background: url(../images/content-footer.png) no-repeat right bottom;
	padding-bottom: 16px;
}

.outer {
	background: url(../images/content-header.png) no-repeat right top;
	padding-top: 25px;
}


