/* CSS Document */
*{
margin:0px;
padding:0px;
behavior: url(iepngfix.htc);
}

body{
margin:0px auto;
background: #150400 url(../images/body.gif) repeat-x;
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFF;
}

a{
text-decoration:none;
color:#017E9C;
}
a:hover{
text-decoration:underline;
color:#2FA7C4;
}

img{
border:0;
}
p{
margin-bottom:20px;
}
.clear{
clear:both;
}
.left{
float:left;
}
.right{
float:right;
}

.blurp{
font-size:22px;
line-height:30px;
color:#29C2E7;
margin-top:20px;
}

h1{
font-size:18px;
font-weight:normal;
margin-bottom:12px;
color:#ffa98d;
}
h3{
font-size:18px;
font-weight:bold;
color:#ffa98d;
padding:0px;
margin-bottom:15px;
}
h4{
font-size:16px;
font-weight:bold;
color:#0B5595;
line-height:normal;
padding:0px;
margin-bottom:15px;
}

.author{
font-size:12px;
margin-bottom:15px;
margin-top:0px;
padding:0px;
}
#container{
margin:0px auto;
width:950px;
}

#wrapper{
float:left;
clear:both;
background:url(../images/body2.gif) repeat-x;
width:100%;

}

#header{
float:left;
clear:both;
height:374px;
width:950px;
background:url(../images/header.jpg) no-repeat;
margin-bottom:0px;
margin-top:00px;
}

.menu{
float:left;
clear:both;
list-style:none;
margin-top:86px;
padding-left:322px;
}

.menu li{
float:left;
margin-right:0px;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:50px;
height:18px;

}

.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:111px;
height:18px;
}

.book a:hover, .bactive a{
background:url(../images/book-over.jpg) no-repeat;
}

.author a{
float:left;
background:url(../images/author.jpg) no-repeat;
width:124px;
height:18px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}

.excerpt a{
float:left;
background:url(../images/excerpt.jpg) no-repeat;
width:102px;
height:18px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.jpg) no-repeat;
}

.buy a{
float:left;
background:url(../images/buy.jpg) no-repeat;
width:95px;
height:18px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.jpg) no-repeat;
}
#main{
float:left;
clear:both;

padding-left:326px;
}
#content{
float:left;
clear:both;
width:447px;
padding:10px 12px 30px 12px;
background:url(../images/content-bg.gif) repeat-y;
}

#c-text{
	float:left;
	clear:both;
	position: relative;
	margin-top:-120px;
	width:447px;
}


#sideleft{
float:left;
width:390px;
padding:0px 0 0 0;
}

#sideright{
float:left;
width:220px;
padding:0 0px 0 0px;
}

#footer{
float:left;
clear:both;
width:471px;
font-size:11px;
color:#9c2511;
height:68px;
background:url(../images/footer.gif) repeat-x;
/*padding:0px 0 0 10px;*/
}







