@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#article  {
	clear: left;
	float: left;
	width: 485px;
	background-color: #3D2518;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#article  #cover  {
	clear: left;
	float: left;
	background-color: #3D2518;
	margin: 0px;
	padding: 0px;
	width: 77px;
}
#article  #description  {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 395px;
}
body {
	background-color: #F9F3EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#column_left {
	padding: 0;
	float: left;
	width: 190px;
}
#column_right {
	background-color: #ccb9a9;
	width: 560px;
	float: right;
	position: relative;
	background-image: url(../images/corner_top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	clear: left;
	float: left;
	padding: 0px 0px 60px;
	width: 560px;
	background-image: url(../images/corner_bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
#content_wrapper {
	float: left;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: left top;
}
#cover  {
	float: left;
	width: 159px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#cover  p  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	padding-top: 20px;
}
#description    {
	float: right;
	width: 320px;
}
#description  a  {
	color: #ccb9a9;
}
#description  p  {
	margin: 0px 0px 12px;
	padding: 0px;
	display: block;
}
#footer {
	width: 750px;
	font-size: 10px;
	color: #8B6D5A;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 5px 0px 40px 0px;
}
#footer a {
	color: #61422F;
}
#form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
h1.about {
	background-image: url(../images/header_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.articles {
	background-image: url(../images/header_articles.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.bio {
	background-image: url(../images/header_bio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.books {
	background-image: url(../images/header_books.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.contact {
	background-image: url(../images/header_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.education {
	background-image: url(../images/header-education.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 500px;
}
h1.essays {
	background-image: url(../images/header-essays.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}

h1.recent {
	background-image: url(../images/header_recent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.stories {
	background-image: url(../images/header_stories.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 560px;
}
h1.upcoming {
	height: 105px;
	width: 560px;
	background: url(../images/header_upcoming.gif) no-repeat left top;
}
h2  {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 .author {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
h2.books {
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	margin: 20px 0px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #CCB9A9;
}
h3.reviews {
	clear: both;
	margin-top: 0px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form input {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
}
form input#send {
	clear: none;
	float: left;
}
form input#reset {
	clear: none;
	float: left;
	margin-left: 15px;
}
form #name {
	width: 250px;
	height: 20px;
}
form #email {
	width: 250px;
	height: 20px;
}
form textarea {
	display: block;
	margin-bottom: 10px;
	width: 400px;
	height: 200px;
	line-height: 13px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#logo {
	height: 109px;
	width: 190px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mini_bio {
	height: 80px;
	float: left;
	clear: left;
	background-image: url(../images/author.gif);
	background-position: left top;
	width: 520px;
	background-repeat: no-repeat;
	color: #3D2518;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
#mini_bio a {
	color: #993333;
}
#navigation {
	width: 190px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 15px;
	padding-top: 9px;
	font-weight: bold;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 15px;
	height: 26px;
}
#navigation a:visited {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FFFF99;
}
#navigation a.current {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation li {
	list-style-type: none;
	margin-bottom: 5px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 20px;
}
#portrait {
	width: 190px;
	height: 260px;
	background-image: url(../images/portrait.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
#publisher       {
	font-size: 10px;
	color: #FFFF99;
}
#subcontent {
	width: 500px;
	clear: both;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 20px 0px;
	display: inline;
}
#subcontent a {
	color: #E3ACAC;
}


#subcontent p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#subcontent  p.author {
	margin-top: 0px;
	margin-bottom: 0px;
}
#subcontent p.chapter {
	margin-top: 0px;
	margin-bottom: 0px;
}
#subcontent p.description {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10px;
}
#subcontent   p.summary {
	margin-top: 0px;
	font-size: 10px;
	display: block;
}
#subcontent p.summary img {
	font-size: 10px;
	padding-bottom: 30px;
	float: left;
	padding-right: 10px;
}
#subcontent  p.title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#subcontent p.title a {
	font-weight: bold;
	color: #FFFF99;
}
#subcontent  .reviewer {
	color: #FFFF99;
	padding-left: 15px;
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
}
#subcontent  .reviewer  .book {
	font-style: italic;
}
#subcontent  .reviewer  .name {
	display: block;
	font-weight: bold;
}
#subcontent.reviews {
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}


#subcontent ul {
	margin: 0px;
	padding: 0px;
}
#subcontent ul img {
	padding: 0px;
	margin: 0px;
}
#subcontent li {
	width: 450px;
	list-style-type: none;
	clear: both;
	margin: 0px;
	display: block;
	padding: 0px 0px 20px 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#summary   {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#publication  {
	clear: left;
	float: left;
	width: 500px;
	padding-bottom: 40px;
	display: inline;
}
#publication #cover_full   {
	clear: left;
	float: left;
	background-color: #3D2518;
	margin: 0px;
	padding: 0px;
	width: 275px;
}
#publication #description a {
	color: #E3ACAC;
}
#publication  #description_full  {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#publication  #description_full #publisher  {
	font-size: 10px;
	color: #FFFF99;
}
#upcoming .date {
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
#upcoming .no_space {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrapper {
	clear: both;
	float: left;
	background-color: #8B6D5A;
	background-image: url(../images/corner_bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

