body {
	background-color: #526273;
	font-family: sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

a {
	color: #526273;
}

a:hover {
	color: #0e0e0e;
}

a img {
	border: none;
}

h1 {
	text-transform: uppercase;
	color: #526273;
	font-size: 14px;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
}

h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	background: url('../images/underline.png') left bottom no-repeat;
	padding-bottom: 2px;
	margin: 20px 0 0;
}

h3 {
	margin: 0;
	padding: 0;
}

table.layout {
	width: 95%; 
	margin: auto;
}

table.layout td {
	vertical-align: top;
}

td.right_column {
	background-image: url('../images/right_col_bg.jpg');
	background-repeat: repeat-y;
	width: 394px; 
}

td.right_column table {
	width: 394px; 
	border: none;
}

.header {
	font-size: 15px;
	padding: 7px 0 0;
	font-weight: bold;
	margin-bottom: 20px;
}

.header a {
	text-decoration: none;
	color: #8d8766;
}

span.tagline {
	margin: -3px 0 0;
	padding: 0 10px;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 25px;
}

td.content {
	background: url('../images/header.gif') repeat-x top #ffffff;
	padding: 0 25px 30px;
	line-height: 1.5em;
}

td.quote {
	width: 394px;
	height: 255px;
	background-color: #0e0e0e;
}

td.quote .header, td.quote .tagline {
	margin: 0 10px;
}

td.quote .tagline {
	margin: 0 0 5px;
	padding: 0 10px;
}

td.options {
	width: 180px;
	background-color: #ccc9bd;
	padding: 10px;
	font-size: 11px;
	height: 100%;
}

td.options p {
	margin: 5px 0 3px 2px;
}

td.bio {
	width: 194px;
	background-color: #d6d4ca;
	font-size: 12px;
	height: 100%;
}

td.bio h2 {
    margin: 20px 10px 0;
}

td.bio p {
	margin: 10px;
}

.white {
	color: #ffffff;
}

.brown {
	color: #8d8766;
}

img.book_cover {
	float: left;
	padding: 0;
        margin-right: 20px;
        border: solid 1px #000;
}

table.book_list td {
	background: url('../images/dots.gif') repeat-x bottom #ffffff;
	padding: 10px 0;
	vertical-align: top;
}

hr {
	background: url('../images/dots.gif') repeat-x bottom #ffffff;	
	height: 3px;
	border: none;
}

.options hr, hr.faded {
	background: url('../images/underline.png') left bottom no-repeat;
	height: 1px;
	border: none;
	margin: 10px 0;
}

hr.faded {
    margin-left: 10px;
}

table.contact {
	width: 90%;
}

table.contact input.text {
	width: 45%;
}

table.contact textarea {
	width: 90%;
	height: 200px;
}

div.error {
	font-weight: bold;
	padding: 10px;
	background-color: #ccc;
	border: solid #000 1px;
	color: #f00;
	margin-bottom: 10px;
}

.subscribe input, .subscribe select {
    margin-bottom: 10px;
}
