@charset "utf-8";
/* CSS Document */

html
{
	margin-bottom: 1px;
}

html, body
{
	height: 100%;
}
body
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	background: url(../images/background.jpg) repeat #787878;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	width: 800px;
	background-color: white;
}

#header
{
	background: #f37521;
	position: relative;
	width: 800px;
	height: 100px;
}

#nav
{
	position: absolute;
	top: 75px;
	right: 0px;
	width: 800px;
	height: 25px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}

#nav a
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

#sidebar
{
	float: left;
	width: 250px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

#sidebar embed,
#sidebar img
{
	height: 400px;
	width: 250px;
	visibility: visible;
}

#content
{
	clear: none;
	float: right;
	top: 10px;
	right: 0px;
	width: 507px;
	background-color: white;
	padding-right: 30px;
	line-height: 21px;
	font-size: 10pt;
	color: #4D4D4D;
	overflow: hidden;
	height: 0px;
	visibility: hidden;
}

#content strong
{
	font-family: Helvetica, Georgia;
	font-weight: bold;
	color: #F37421;
}

#content p
{
	margin-bottom: 20px;
}

#bookCover
{
	display: inline;
	float: right;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	color: #F37421;
}

h2
{
	font-family: Helvetica, Georgia;
	font-weight: bold;
	color: #F37421;
}

.author_pic
{
	border: 2px solid #918F8F;
}

.author_table
{
	margin-top: -40px;
	margin-left: -35px;
	width: 535px;
}

.author_table td
{
	padding: 0 0px 20px 35px;
}

.author_table td a
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #4D4D4D;
}

.author_table td a:hover,
.author_table td a:active
{
	color: #F37421;
}

.number
{
	display: inline;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}

.review_logo
{
	display:: inline;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
a.review_link
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #4D4D4D;
}
a.review_link:hover
{
	color: #F37421;
}

.contact_table
{
	width: 550px;
}

.contact_table td a
{
	text-decoration: none;
	font-family: Georgia, Helvetica;
	font-weight: bold;
	color: #F37421;
}

.contact_table td a:hover,
.contact_table td a:active
{
	color: black;
}


.buy_table td
{
	padding: 5px 50px 40px 0;
}
.buy_table td img
{
	border: 1px solid #918F8F;
}
