body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FEFFE6;
	background-image: url("/images/elements/body_bg.gif");
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000;
}



a span {
	display: none;
}
div.divider {
	height: 6px;
	background-image: url("/images/elements/divider.gif");
	background-repeat: repeat-x;
	clear: both;
}

h1 {
	text-align: center;
	color: #FF0;
}
h2 {
	color: #FF8;
}
h3 {
	color: #FFB;
}


p a,
li a,
a.link {
	color: #FD6;
	font-weight: bold;
	text-decoration: none;
}
p a:hover,
li a:hover,
a.link:hover {
	color: #FF0;
	text-decoration: underline;
}

img {
	margin: 10px;
	border: 2px solid #0058B2;
}
img.no-border {
	border: 0;
}

/* Structure */
div#wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#header {
	background-image: url("/images/elements/header.jpg");
	height: 323px;
	margin: 0;
}
div#header h1 {
	display: none;
}

ul#nav {
	margin: 0;
	padding: 0 0 17px 0;
	list-style-type: none;
	background-image: url("/images/elements/nav.gif");
	background-position: 0 -74px;
	height: 37px;
}
ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
ul#nav li a {
	display: block;
	height: 37px;
	background-image: url("/images/elements/nav.gif");
}

ul#nav li.home a { background-position: 0 0; width: 116px; }
ul#nav li.home a:hover { background-position: 0 -37px }
ul#nav li.home a.active { background-position: 0 -74px }

ul#nav li.book a { background-position: -116px 0; width: 117px; }
ul#nav li.book a:hover { background-position: -116px -37px }
ul#nav li.book a.active { background-position: -116px -74px }

ul#nav li.author a { background-position: -233px 0; width: 129px; }
ul#nav li.author a:hover { background-position: -233px -37px }
ul#nav li.author a.active { background-position: -233px -74px }

ul#nav li.praise a { background-position: -362px 0; width: 113px; }
ul#nav li.praise a:hover { background-position: -362px -37px }
ul#nav li.praise a.active { background-position: -362px -74px }

ul#nav li.media a { background-position: -475px 0; width: 125px; }
ul#nav li.media a:hover { background-position: -475px -37px }
ul#nav li.media a.active { background-position: -475px -74px }

ul#nav li.order a { background-position: -600px 0; width: 130px; }
ul#nav li.order a:hover { background-position: -600px -37px }
ul#nav li.order a.active { background-position: -600px -74px }


div#content {
	margin: 15px;
}
div#content p {
	text-align: justify;
}

div#footer {
	margin-top: 50px;
	color: #809EBC;
	text-align: center;
}

div#sub-nav {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 2px solid #0058B2;
}
div#sub-nav h2 {
	font-size: 16px;
	margin: 0;
}
div#sub-nav ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 5px 0;
}
div#sub-nav ul li {
	padding-left: 18px;
	background-image: url("/images/elements/star.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

/* Home */
form#email-collector {
	margin: 0;
	padding: 0 0 20px 0;
}
form#email-collector table {
	width: 100%;
}
form#email-collector input.textfield {
	width: 150px;
	height: 25px;
	font-size: 20px;
	color: #777;
}
form#email-collector td.email-collector-instructions {
	color: #d7b65e;
	font-size: 16px;
	width: 50%;
}
form#email-collector td.textfields {	
	text-align: right;
	width: 50%;
}
form#email-collector td.publicist-link p {
	margin: 0;
	padding: 0;
	text-align: right;
}


/* Table of Contents */
table#toc td {
	border-bottom: 1px dotted #114982;
}
table#toc p {
	padding: 0;
	margin: 0;
}
table#toc td.chapter-num {
	font-weight: bold;
	color: #999;
	font-size: 1.3em;
	text-align: right;
	padding: 0 5px 0 15px;
}
table#toc td.page-num {
	font-weight: bold;
	color: #FF9;
	text-align: right;
	padding: 0 5px 0 15px;
}
table#toc h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFFF99;
}


/* Praise */
blockquote {
	margin: 20px 0 30px;
	padding: 1px 40px;
	background-image: url("images/elements/quote.gif");
	background-repeat: no-repeat;
}
blockquote blockquote {
	font-weight: bold;
	background-image: none;
	margin: 0;
	padding: 0 25px;
}

















