/* CSS Document */
*{
margin:0px;
padding:0px;
}

body{
margin:0px auto;
background: #300A01 url(../images/body.gif) repeat-x;
line-height:24px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

a{
text-decoration:none;
color:#9D4A18;
}
a:hover{
text-decoration:underline;
color:#E66618;
}

img{
border:0;
}
p{
margin-bottom:12px;
}
.clear{
clear:both;
}
.left{
float:left;
}
.right{
float:right;
}

.blurp{
font-size:22px;
line-height:30px;
color:#29C2E7;
margin-top:10px;
}

h1{
font-size:18px;
font-weight:normal;
margin-bottom:12px;
color:#691C09;
}

h2{
font-size:16px;
font-weight:bold;
margin-bottom:12px;

}

#container{
margin:0px auto;
width:900px;
}

#wrapper{
width:100%;
}

#header{
float:left;
clear:both;
height:319px;
width:900px;
background:url(../images/header.jpg) no-repeat;
}

.menu{
float:left;
clear:both;
list-style:none;
margin:0px;
padding-left:75px;
padding-top:278px;
}

.menu li{
float:left;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:80px;
height:41px;
}

.home a:hover, .hactive a{
background:url(../images/home-over.jpg) no-repeat;
}

.book a{
float:left;
background:url(../images/book.jpg) no-repeat;
width:173px;
height:41px;
}

.book a:hover, .bactive a{
background:url(../images/book-over.jpg) no-repeat;
}

.excerpt a{
float:left;
background:url(../images/excerpt.jpg) no-repeat;
width:159px;
height:41px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.jpg) no-repeat;
}


.author a{
float:left;
background:url(../images/author.jpg) no-repeat;
width:187px;
height:41px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}

.buy a{
float:left;
background:url(../images/buy.jpg) no-repeat;
width:151px;
height:41px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.jpg) no-repeat;
}

#content{
float:left;
clear:both;
width:750px;
padding:0px 75px 0px 75px;
}

#main{
float:left;
clear:both;
width:730px;
background-color:#FFFFFF;
padding:10px 10px 0px 10px;
}


#sideleft{
float:left;
width:390px;
padding:0px 0 0 0;
margin-right:0px;
}

#sideright{
float:left;
width:224px;
padding:0 0px 0 0px;
}

#footer{
float:left;
clear:both;
width:750px;
padding:0px 75px 20px 75px;
/*padding:0px 0 0 10px;*/
}

#footer-main{
float:left;
clear:both;
width:750px;
font-size:11px;
color:#9A5A00;
height:59px;
background:url(../images/footer.gif) no-repeat;
}





