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

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, 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;
	text-align: left;
}
/* 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;
}
body {
	background:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#555;
}
a {
	color:#39C;
	text-decoration: underline;
}
a:hover {
	color:#000;
	text-decoration: none;
	text-align:left;
}
#header-wrap {
	width:100%;
	min-width:960px;
	height:225px;
}
#header {
	height:178px;
	width:960px;
	margin:0 auto;
}
#logo {
	width:618px;
	height:178px;
	float:left;
}
#author {
	width:342px;
	height:178px;
	float:left;
}
#navigationarea {
	height:47px;
	color:#ffff00;
	font-family: "myriad-pro", Verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	line-height:47px;
	text-align:center;
	background:url(../images/Navigation-Background.gif) center top repeat-x;
	clear:both;
}
#navigationarea a {
	color:#ffffff;
	text-decoration:none;
	padding: 0 12px;
}
#navigationarea a:hover {
	color:#ffff00;
	text-decoration:none;
}
#navigationarea .on {
	color:#ffff00;
}
#maincontent {
	margin: 45px auto;
	width:960px;
	line-height:26px;
}
#leftcolumn {
	width:690px;
	margin-right: 20px;
	float:left;
}
#rightcolumn {
	width:250px;
	float:left;
	text-align:center;
}
#footer {
	border-top:#999 solid 1px;
	font-size:11px;
	text-align:center;
	margin: 50px 0;
	padding-top:10px;
	clear:both;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	margin-bottom:15px;
}
ol {
	list-style:upper-roman;
	margin:0 0 10px 40px;
}
ul {
	list-style:circle;
	margin:0 0 10px 40px;
}
blockquote {
	background: url(../images/quotestart.png) top left no-repeat;
	text-indent: 28px;
	margin-bottom:5px;
}
blockquote span {
	display: block;
	background: url(../images/quoteend.png) bottom right no-repeat;
}
.quoteedby {
	text-transform:uppercase;
	font-size:12px;
	color:#666;
	margin-bottom:30px;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:20px;
	line-height:18px;
}
h1 {
	font-family: "trajan-pro", "Times New Roman", Times, serif;
	font-size:34px;
	font-style:normal;
	line-height:40px;
	font-weight: 700;
	color:#d01e2a;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}
h2 {
	font-family: "trajan-pro", "Times New Roman", Times, serif;
	font-size:24px;
	font-style:normal;
	line-height:40px;
	font-weight: 700;
	color:#d01e2a;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}
.preorder {
	font-family: "trajan-pro", "Times New Roman", Times, serif;
	font-size:13px;
	font-style:normal;
	font-weight: 400;
	color:#957e54;
	text-align:center;
}
#amazon {
	display: block;
	margin:0 auto;
	width: 171px;
	height: 53px;
	background: url(../images/Amazon-Button.gif) no-repeat 0 0;
}
#amazon:hover {
	background-position: 0 -53px;
}
#amazon span {
	display: none;
}
#barnesandnoble {
	display: block;
	margin:0 auto;
	width: 171px;
	height: 53px;
	background: url(../images/BarnesAndNoble-Button.gif) no-repeat 0 0;
}
#barnesandnoble:hover {
	background-position: 0 -53px;
}
#barnesandnoble span {
	display: none;
}
#twitter {
	display: block;
	margin:0 auto;
	width: 152px;
	height: 32px;
	background: url(../images/Twitter-Button.gif) no-repeat 0 0;
}
#twitter:hover {
	background-position: 0 -32px;
}
#twitter span {
	display: none;
}
