body {
margin: 0px;
padding: 0px;
font-family: arial, sans-serif;
background-color: #000000;
}

a:link {
text-decoration: underline;
color: #FFFFFF;
}
a:visited {
text-decoration: underline;
color: #FFFFFF;
}
a:hover {
color: #F5D00E;
}
a:active {
color: #FFFFFF;
}

#container{
width: 800px;
height: auto;
margin: auto;
margin-top: 20px;
}

#header{
height: 200px;
width: 800px;
text-align: center;
border: solid #333333 1px;
margin-bottom: 10px;
}

#header H1{
font-size: 70px;
color: #E1B500;
margin: 0px;
color: yellow;
}

#header p{
font-size: 20px;
color: white;
margin: 4px;
}


#inner_wrapper{
width: 780px;
height: auto;
padding: 20px;
}

#inner_wrapper H2{
font-size: 16px;
color: white;
margin-bottom: 15px;
}

#inner_wrapper p{
font-size: 12px;
color: white;
margin: 0px;
line-height: 18px;
}


#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;
height: 567px;
border: solid white 1px;
margin-left: 10px;
}

.postcard_thumb{
float: left;
border: solid white 1px;
margin-right: 10px;
margin-top: 10px;
}

.book_cover_thumb{ 
float: left;
border: solid white 1px;
margin-right: 10px;
}

.author_image{ 
float: left;
border: solid white 1px;
margin-right: 10px;
margin-bottom: 10px;
}

.book_details{
font-size: 12px;
color: white;
}

#footer{
clear: all;
text-align: center;
width: 800px;
margin-bottom: 40px;
color: white;
font-size: 12px;
padding-bottom: 10px;
padding-top: 10px;
border: solid #333333 1px;
}
