/* CSS Document */
*{
margin:0px;
padding:0px;

}

body{
margin:0px auto;
background: #F8FCD7 url(../images/header.jpg) center top repeat-x;
/*background: #92CBEA url(../images/body.gif) repeat-x;*/
line-height:24px;
font-family: Arial, Helvetica, sans-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:#C4D696;
margin-top:-20px;
position:relative;
}

h2{
font-size:14px;
font-weight:bold;
margin-bottom:12px;
color:#37515F;
}

h3{
color:#4A2100;
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}

#container{
margin:0px auto;
width:800px;


}

#wrapper{
width:100%;

}

#header{
float:left;
clear:both;
height:491px;

}



.menu2{
float:left;
clear:both;
list-style:none;
line-height:normal;
margin-top:16px;
padding-left:381px;
}

.menu2 li{
	float: left;
}
.menu2 span{
display:none;
}



.menu{
float:left;
list-style:none;
width:203px;
line-height:normal;
}

.menu li{
	float: left;
	clear: both;
}

.menu span{
display:none;
}

.home a{
display:block;
background:url(../images/home.jpg) no-repeat;
width:203px;
height:44px;
clear:both;
}

.home a:hover, .hactive a{
background:url(../images/home-over.jpg) no-repeat;
}

.book a{
display:block;
background:url(../images/book.jpg) no-repeat;
width:203px;
height:39px;
}

.book a:hover, .bactive a{
background:url(../images/book-over.jpg) no-repeat;
}

.author a{
display:block;
background:url(../images/author.jpg) no-repeat;
width:203px;
height:39px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}
.excerpt a{
display:block;
background:url(../images/excerpt.jpg) no-repeat;
width:203px;
height:37px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.jpg) no-repeat;
}

.review a{
display:block;
background:url(../images/reviews.jpg) no-repeat;
width:203px;
height:37px;
}

.review a:hover, .ractive a{
background:url(../images/reviews-over.jpg) no-repeat;
}

.gallery a{
display:block;
background:url(../images/gallery.jpg) no-repeat;
width:203px;
height:39px;
}

.gallery a:hover, .gactive a{
background:url(../images/gallery-over.jpg) no-repeat;
}

.contact a{
display:block;
background:url(../images/contact.jpg) no-repeat;
width:203px;
height:38px;
}

.contact a:hover, .cactive a{
background:url(../images/contact-over.jpg) no-repeat;
}
.buy a{
display:block;
background:url(../images/buy.jpg) no-repeat;
width:203px;
height:46px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.jpg) no-repeat;
}

#content{
float:left;
clear:both;
width:800px;
position:relative;
margin-top:-235px;

}
#submain{
float:left;
clear:both;
position:relative;

}

#sideleft{
float:left;
width:203x;
padding:0px 0 0 0;
position:relative;
margin-right:-9px;
}

#mainwrap{
float:left;
}
#mainright{
float:left;
width:596px;
margin-top:20px;
background-color:#879B53;
padding:0px 5px 0 5px;
}
#main{
float: left;
clear:both;
width:576px;
background-color:#5C6E32;
padding:0 10px 0px 10px;
}

#sideright{
float:left;


}
.p0 p{
margin-bottom:0px;
}

.contentbox{
float:left;
background:url(../images/content-box.gif) no-repeat;
width:169px;
height:245px;
padding:8px 8px 0 8px;
font-size:12px;
color:#ffffff;
line-height:18px;
position:relative;
}

.contentbox h3{
font-weight:normal;
font-size:16px;
color:#FFEFA3;
margin-bottom:10px;
padding-top:3px;
padding-left:5px;
}

#footer{
float:left;
clear:both;
width:606px;
font-size:11px;
color:#2A3807;
height:42px;
padding:20px 0 0 0px;
background:url(../images/footer.gif) no-repeat;

}





/* Contact Form */
#contact-form label {
	float: left;
	width: 130px;
	clear: both;
	text-align: left;
}

#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px solid #ddd;
	background: #eee;
}





