/* Main Layout */

/* Setup Sections */
*{
	margin: 0;
	padding: 0;
}
body {
	color: #fefefe;
	background: #111111;
	word-wrap: break-word; /* IE */
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
#container {
	width: 960px;
	border: 1px solid #92071f;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color:#333333;
	background-color: #fefefe;
}
#header {
	color:#fefefe;
	background:#000;
	height:175px;
	}
#header h1 {
	text-align: right;
	padding-top: 90px;
	padding-right: 20px;
	}
#header h2 {
	text-align: right;
	color:#fefefe;
	font-size:1.1em;
	padding-right: 20px;
	padding-bottom:5px;
	}
#sidebar {
	width:220px;
	float:right;
	font-size:.9em;	
	}
#sidebar ul {
	list-style-type:none;
	}
/* This styles the links */
.sidebarnav h2 {
	font-size:.9em;
	padding-top:3px;
	padding-bottom:2px;
	margin-bottom:0;
	color:#fefefe;
	padding-left:3px;
	background: #A64521;
	font-weight:bold;
	}
.sidebarnav ul {
	list-style-type:none;
	padding-left:10px;
	}

.sidebarnav a {
	text-decoration: none;
	color:#592614;
	background:#DABD86;
	display:block;
	padding-bottom: 2px;
	margin-top:1px;
	margin-bottom:1px;
	font-weight:bold;
	}
.sidebarnav a:hover {
	text-decoration:none;
	color:#fefefe;
	background: #D3A142;
	}
/* This styles the book links */
.buynow h2 {
	font-size:1em;
	padding-top:3px;
	padding-bottom:2px;
	margin-bottom:0;
	color:#333333;
	padding-left:3px;
	background: #fefefe;
	font-weight:bold;
	text-align: center;
	}
.buynow ul {
	list-style-type:none;
	padding-left:10px;
	}
.buynow a {
	text-decoration: none;
	text-align:center;
	display:block;
	padding-bottom: 2px;
	margin-top:1px;
	margin-bottom:1px;
	}
#current a:link, #current a:visited, #current a:hover {
	text-decoration:none;
	color:#000000;
	background: #D3A142;
	}
#content {
	padding-right:20px;
	width:680px;
	}
#content h2,h3,h4 {
	padding-left:5px;
	}
#content p {
	font-size:.9em;
	line-height:1.3em;
	padding:5px 10px 5px 15px;	
	}
#content a { 
	color:#A64521;
	text-decoration:none;
	border-bottom:1px dotted;
	}
#content a:hover { 
	text-decoration:none;
	border-bottom:1px solid;
	}	
#centered {
	text-align: center;
	width: 960px;
	}
#footer {
	clear:both;
	text-align: center;
	font-size: .6em;
	}
#footer a { 
	color:#A64521;
	text-decoration:none;	
	}
#footer a:hover { 
	text-decoration:none;
	color:#fefefe;
	background:#A64521;
	}
/* Setup Typography */
h1,h2,h3,h4 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	}
h2 {
	color:#A64521;
	font-size:1.6em;
	margin-bottom: 15px;
	}
h3 {
	font-size:1.4em;
	color:#592614;
	margin-bottom: 10px;
	}
h4 {
	font-size:1.2em;
	color:#592614;
	margin-bottom: 10px;	
	}
/* Classes */
.headerpic {
	float:left;
	margin:0;
	padding:0;
	}
.jacketleft {
	float:left;
	margin:5px 15px 15px 0;
	padding:0;
	}
.jacketright {
	float:right;
	margin:5px 0 15px 15px;
	padding:0;
	}
.jacketrightbd {
	float:right;
	margin:5px 0 15px 15px;
	padding:0;
	border:1px solid #111111;
	}
.jacketcenter {
	display:block;
	margin:15px auto 15px auto;
	padding:0;
	text-align:center;
	}	
.sublist {
	font-size:.8em;		
	}
.sublist a{
	font-weight: normal;
	}
.addlist {
	list-style-type:none;
	padding-left:15px;
	font-size:.9em;
	line-height:1.3em;
}