body {
margin: 0px;
padding: 0px;
font-family: Trebuchet MS, sans-serif;
background-color: #000000;
}

a:link {
text-decoration: underline;
color: #FFFFFF;
}
a:visited {
text-decoration: underline;
color: #FFFFFF;
}
a:hover {
color: #9DCBE1;
}
a:active {
color: #FFFFFF;
}

#container{
width: 800px;
margin: auto;
height: auto;
margin-top: 20px;
}

#header{
height: 105px;
width: 800px;
text-align: center;
border: solid #333333 1px;
margin-bottom: 10px;
}

#header H1{
font-size: 30px;
color: white;
margin: 0px;
color: #3399FF;
}

#header H2{
font-size: 25px;
color: white;
margin: 0px;
color: #9DCBE1;
}

#header p{
font-size: 18px;
color: white;
margin: 4px;
font-style: italic;
}

.book_details{
font-size: 12px;
color: white;
}

.cover_image{
float: right;
margin-left: 10px;
margin-bottom: 10px;
border: solid white 1px;
}

#inner_wrapper{
width: 800px;
padding-top: 20px;
padding-bottom: 10px;
height: auto;
}

#inner_wrapper H2{
font-size: 16px;
color: white;
margin-bottom: 15px;
}

#inner_wrapper p{
font-size: 13px;
color: white;
margin: 0px;
line-height: 20px;
}


#nav_wrapper{
width: 800px;
height: 25px;
background: url(../site_images/nav_bkg.gif) no-repeat;
}

#navigation ul{
text-align: center;
margin-top: 5px;
margin-bottom: 0px;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0px;
font-weight: normal;
padding-top: 0px;
padding-bottom: 0px;
}

#navigation a{
margin-left: 5px;
margin-right: 5px;
}

#navigation li{
display: inline;
}

.book_cover{ 
float: right;
border: solid white 1px;
margin-left: 10px;
margin-bottom: 10px;
}

.author_photo{ 
float: left;
border: solid white 1px;
margin-right: 10px;
margin-bottom: 10px;
}

#footer{
clear: both;
text-align: center;
width: 780px;
margin-bottom: 40px;
color: white;
font-size: 12px;
margin-top: 10px;
border: solid #333333 1px;
padding: 10px;
}

.question{
color: #FFD800;
}

.quote_name{
font-size: 12px;
color: #FFD800;
}

.covers2{
margin-right: 10px;
}

