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: #ABC738;
}
a:active {
color: #FFFFFF;
}

#container{
width: 800px;
height: auto;
margin: auto;
margin-top: 20px;
}

#header{
height: 200px;
width: 800px;
text-align: center;
margin-bottom: 20px;
}

#header H1{
font-size: 70px;
color: white;
margin: 0px;
color: #ABC738;
}

#header p{
width: 800px;
font-size: 17px;
color: #F9F8CC;
font-style: italic;
margin-top: 5px;
}

.book_details{
font-size: 12px;
color: white;
}

.cover_image{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

#inner_wrapper{
text-align: center;
width: 760px;
border-top: solid white 2px;
border-bottom: solid white 2px;
padding: 20px;
}

#inner_wrapper H2{
font-size: 16px;
margin-bottom: 5px;
color: #ABC738;
}

.sub_header{
font-size: 16px;
color: white;
font-weight: bold;
}

#inner_wrapper p{
font-size: 13px;
color: white;
margin: 0px;
line-height: 20px;
}



#nav_wrapper{
width: 800px;
height: 25px;
}

#navigation ul{
text-align: center;
margin-left: -30px;
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: 800px;
margin-bottom: 40px;
color: white;
font-size: 12px;
margin-top: 10px;
}

