body
{
	margin: 0;
	padding: 12px;
	background-color: tan;
	background-image: url(images/bg.gif);
}
#contentwrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	border: 1px solid #4b0307;
	background: white;
	}
#header {
	border-bottom: #4b0307 2px solid;
	padding: 0;
	margin: 0;
	width: 800px;
	background: white;
	/*height: 237px;*/
	}
#content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: white;
	text-align: left;
	padding: 12px 24px;
	line-height: 150%;
	}
#content p, ul, ol {
	margin: 1em 3em;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#footer {
	clear: both;
	padding: 8px;
	background: white;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	text-align: center;
	line-height: normal;
	}
#footer div {
	font-size: 10px;
	margin: 1em 10%;
	}
h1, h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 1.75em;
	color: #4b0307;
	line-height: normal;
	}

h3, h4, h5, h6 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 1.5em;
	color: #4b0307;
	}
ul li
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}
.endorsements {
	clear: both;
	border: 1px solid #e8e8e8;
	padding: 6px;
	margin: 1em 2em;
	 }
.books {
	clear: both;
	height: 124px;
	border: 1px solid #e8e8e8;
	padding: 6px;
	margin: 1em 2em;
	 }
.books img {
	margin-right: 8px;
	border: 1px solid #e8e8e8;
	}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #4b0307;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	}
#nav {
	clear: both;
	width: 800px;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 4px;
	background-color: white;
	margin-top: 6px;
	}
#nav ul {
	font-size: 10px; 
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	margin: 6px 0 2px 0;
	background: white;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	padding: 4px; 
	display: inline; 
	}
#nav ul li a {
	padding: 4px 8px;
	border: 1px solid #4b0307;
	background: #ccc;
	font-weight: normal;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: #333; 
	background-color: #e8e8e8;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: #333; 
	background-color: #e8e8e8;
	text-decoration: none; 
	}	
#nav ul li a:hover  { 
	color: white; 
	background-color: #396; 
	background-image: url(images/bg_nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none; 
	border: 1px solid #333;
	}	
#nav ul li a:active {
	color: #333; 
	background-color: #e8e8e8;
	text-decoration: none; 
	}