/*
CSS Stylesheet v.1
(c)desertinkpublishers.com
Author: http://www.e-moxie.com/
*/

body {
font: .9em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.4;
background: #413200 url("../images/page_bg.gif") fixed;
margin: 20px 0;
}
h1 {
font: 1.8em "Trebuchet MS" Arial, Helvetica, sans-serif;
color: #3e3e14;
}
h2 {
font: 1.5em "Trebuchet MS" Arial, Helvetica, sans-serif;
color: #634818;
}
h3 {margin-bottom: 0; padding-bottom: 0;}
form hr {
width: 90%;
color: #d4e4c2;
background-color: #d4e4c2;
height: 2px;
margin-top: 10px;
}
blockquote {
width: 65%;
background-color: #fdffe8;
border-left: 4px solid #636835;
padding: 4px 8px;
}
textarea, input {font: 1em Arial, Helvetica, sans-serif;}
dd {margin-left: 8px;}
a:link, a:visited, a:active {color: #3535d9;}
a:hover {color: blue;}
img {border: 0;}
.float-left {float: left; margin-right: 10px;}
.float-right {float: right;}
.center {text-align: center;}
.clear {clear: both;}
.align-right {text-align: right;}
.red {color: red; font-weight: bold;}

#container {
width: 90%;
background-color: #fff;
margin: 0 auto;
border: 2px solid #d4e4c2;
}
#header * {
padding: 0;
margin: 0;
}
#header {background-color: #904a30;}
#header h1	{
text-indent: -9999px;
overflow: hidden;
border: 0;
}
#header h1 a:link, #header h1 a:visited, #header a:active, #header h1 a:hover	{
display: block;	
width: 760px;
height: 156px;
background: url("../images/header_bg.jpg") no-repeat;
border: 0;
}
#navigation {
background-color: #e1f2ce;
border-bottom: 3px solid #d4e4c2;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 4px 0;
}
#navigation li {
display: inline;
padding: 0 10px 0 10px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
color: #333;
font-size: .9em;
font-weight: bold;
}
#navigation a:hover {
color: #777;
}
#content {
background: #fff;
padding: 6px 16px;
}
#featured-book {
float: right;
text-align: center;
background-color: #eff8e4;
padding: 4px;
margin: 4px 0 4px 10px;
border: 1px solid #d4e4c2;
}
#footer {
clear: both;
font-size: .9em;
color: #fff;
text-align: center;
margin-top: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #ddd;
}
#footer a:hover {color: #eee;}