/* CSS Document */
*{
margin:0px;
padding:0px;

}

body{
margin:0px auto;
background: #E1E1E1 url(../images/body.gif) repeat-x;
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#ffffff;
}

a{
text-decoration:none;
color:#AC0E11;
}
a:hover{
text-decoration:underline;
color:#E0383B;
}

img{
border:0;
}
p{
margin-bottom:12px;
}
.clear{
clear:both;
}
.left{
float:left;
}
.right{
float:right;
}

.blurp{
font-size:20px;
line-height:30px;
margin-top:0px;
color:#FFE9AF;
}

h1{
font-size:18px;
font-weight:normal;
margin-bottom:12px;
color:#ffffff;
}

#container{
margin:0px auto;
width:649px;


}

#wrapper{
width:100%;
margin-top:5px;
}

#header{
height:301px;
background:url(../images/header.jpg) no-repeat;
}

.menu{
float:left;
list-style:none;
background:url(../images/menu-bg.gif) repeat-x;
width:223px;
line-height:normal;
position:relative;
}

.menu li{
	float: left;
	clear: both;
}

.menu span{
display:none;
}
.home a{
display:block;
background:url(../images/home.gif) no-repeat;
width:223px;
height:41px;
clear:both;
}

.home a:hover, .hactive a{
background:url(../images/home-over.gif) no-repeat;
}

.book a{
display:block;
background:url(../images/book.gif) no-repeat;
width:223px;
height:42px;
}

.book a:hover, .bactive a{
background:url(../images/book-over.gif) no-repeat;
}

.author a{
display:block;
background:url(../images/author.gif) no-repeat;
width:223px;
height:53px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.gif) no-repeat;
}

.excerpt a{
display:block;
background:url(../images/excerpt.gif) no-repeat;
width:215px;
height:34px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.gif) no-repeat;
}

.buy a{
display:block;
background:url(../images/buy.gif) no-repeat;
width:215px;
height:69px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.gif) no-repeat;
}

#content{
width:649px;

padding:10px 0 0 0px;
}

#sideleft{
float:left;
width:230px;
padding:0px 0 0 0;
margin-right:-20px;
}

#sideright{
float:left;
width:429px;
padding:5px;
background-color:#FFFFFF;

}

#sideright-main{
float:left;
width:408px;
padding:10px;
background-color:#808080;
}

#footer{
width:650px;
border-top:1px dashed #706F6D;
font-size:11px;
color:#706F6D;
/*padding:0px 0 0 10px;*/
height:47px;
margin-top:10px;

}







