* { margin: 0; padding: 0; }

html { 
    height: 100%; 
    background: #ccc url(../images/bg01.png) repeat fixed;
}
body { 
    font-family: Verdana,Helvetica;
    font-size: 12px;
    position: relative;
    width: 744px; 
    margin: 0 auto;
    min-height: 100%; 
    background: url(../images/content_bg.png) 50% 0 repeat-y; 
}
a img {
    border: none;
}
img {
    display:block;
}
.image {
    float:left;
    padding-right: 5px;
}
#header {
    height: 265px; 
}
#menu { 
    height: 53px; 
    background: url(../images/menu.png) top left;
}
.title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.posted{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.soundtrack{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
#book{
    text-align: justify;
}
#book_image{
    float:left;
    padding:5px
}
#book_details{
    padding-top: 5px;
    padding-left: 25px;
    float: left;
}
#book_content{
    clear: both;
    padding: 5px;
    margin-bottom: 25px;
}
#book_content .title{
    margin-bottom: 5px;
    border-bottom: #000 solid 1px;
}
.reviewer{
    font-size: 12px;
    color: #096b87;
}
#contentContainer { 
    overflow: hidden; 
    width: 628px; 
    margin: 0 auto;
    padding-bottom: 60px; 
}
#contentLeft { 
    float:left; 
    width: 440px;
    padding-left:5px;
    padding-right: 5px;
    text-align: justify;
}
#contentRight { 
    float: right; 
    width:150px; 
    text-align: center; 
    padding-left: 18px;
    border-left:1px solid #000;
}
#footer { 
    position: absolute; 
    height: 30px;
    width: 100%; 
    bottom: 0; 
}
.footer {
    text-align: center; 
    color: #000;
    margin-top: -30px;
}   
a {
	color: #096b87;
	text-decoration: none;
}

a:hover {
	color: #096b87;
	text-decoration: underline  ;
}

#image{
    width: 684px; 
    margin: 0 auto;
    z-index: 300;
}

#gallery {
        background-color: #fff;
        padding: 0px;
        width: 684px;
        text-align: center;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline-block; padding: 20px; }
#gallery ul img {
        padding: 5px 5px 20px;
        border: 1px solid #000;
}
#gallery ul a:hover img {
        padding: 5px 5px 20px;
        border: 1px solid #000;
        background: #096b87;
        color: #fff;
}
#gallery ul a:hover { 
    color: #096b87;
    border-bottom:1px solid #096b87;
    text-decoration: underline; 
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;
        width: 600px;
}
tr { background: #fff }
tr:nth-child(2n+1){
    background: #efefef;
}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	background-color: #096b87; 
	padding: .8em 1em;	
  	border-color: #000;	
	font-weight: bold;
	color: #fff;
}
td {
	border-color: #000;
	padding: .7em 1em;	
}	
/* end - table */
