body {
margin: 0px;
padding: 0px;
font-family: Georgia, sans-serif;
background-color: #000000;
}

a:link {
text-decoration: underline;
color: #FFFFFF;
}
a:visited {
text-decoration: underline;
color: #FFFFFF;
}
a:hover {
color: #C1E3E5;
}
a:active {
color: #FFFFFF;
}

#container{
width: 800px;
height: auto;
margin: auto;
margin-top: 20px;

}

#header{
height: 150px;
width: 800px;
text-align: center;
margin-bottom: 10px;
}

#header H1{
font-size: 70px;
color: white;
margin: 0px;
color: #C1E3E5;
}

#header p{
font-size: 20px;
color: white;
margin: 4px;
}

.book_details{
font-size: 12px;
color: white;
}

.cover_image{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

#inner_wrapper{
width: 800px;
border-top: solid white 2px;
border-bottom: solid white 2px;
padding: 20px;
}

#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: all;
text-align: center;
width: 800px;
margin-bottom: 40px;
color: white;
font-size: 12px;
margin-top: 10px;
}
