/* CSS Document */
*{
margin:0px;
padding:0px;
}

body{
margin:0px auto;
background: #8EC7CA url(../images/body.gif) repeat-x;
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000;
}

a{
text-decoration:none;
color:#A5982B;
}
a:hover{
text-decoration:underline;
color:#E6D64F;
}

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:#083E3F;
}

h2{
font-size:16px;
font-weight:bold;
margin-bottom:12px;
}


h3{
font-size:18px;
font-weight:bold;
color:#083E3F;
line-height:24px;
padding:0px;
margin-bottom:15px;
}

.author{
font-size:12px;
margin-bottom:15px;
margin-top:0px;
padding:0px;
}

.author{
font-size:12px;
margin-bottom:15px;
margin-top:0px;
padding:0px;
}

#container{
margin:0px auto;
width:650px;
}

#wrapper{
width:100%;
}

#header{
height:374px;
width:650px;
background:url(../images/header.jpg) no-repeat;
}

.menu{
float:left;
clear:both;
list-style:none;
background:url(../images/menu-bg.gif) repeat-x;
margin-bottom:0px;
margin-top:24px;
padding-left:240px;
}

.menu li{
float:left;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:73px;
height:35px;
}

.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:151px;
height:35px;
}

.book a:hover, .bactive a{
background:url(../images/book-over.jpg) no-repeat;
}

.excerpt a{
float:left;
background:url(../images/excerpt.gif) no-repeat;
width:137px;
height:41px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.gif) no-repeat;
}


.author a{
float:left;
background:url(../images/author.jpg) no-repeat;
width:167px;
height:35px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}

.buy a{
float:left;
background:url(../images/buy.gif) no-repeat;
width:137px;
height:41px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.gif) no-repeat;
}

#content{
float:left;
clear:both;
width:630px;
background-color:#FFFFFF;
padding:10px 10px 0px 10px;
}


#sideleft{
float:left;
width:410px;
padding:0px 0 0 0;
margin-right:0px;
}

#sideright{
float:left;
width:183px;
padding:0 0px 0 0px;
}

#footer{
float:left;
clear:both;
width:650px;
font-size:11px;
color:#115656;
height:91px;
background:url(../images/footer.gif) repeat-x;
padding-bottom:20px;

/*padding:0px 0 0 10px;*/
}







