/* CSS Document */
*{
margin:0px;
padding:0px;
}

body{
margin:0px auto;
background: #FFF4FC url(../images/body.gif) repeat-x;
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

a{
text-decoration:none;
color:#017E9C;
}
a:hover{
text-decoration:underline;
color:#2FA7C4;
}

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;
}

h1{
font-size:18px;
font-weight:normal;
margin-bottom:12px;
color:#583A24;
}

h2{
font-size:16px;
font-weight:bold;
margin-bottom:12px;
color:#7E6B3A;
}

#container{
margin:0px auto;
width:750px;
}

#wrapper{
width:100%;
}

#header{
float:left;
clear:both;
height:267px;
margin-top:55px;
width:750px;
background:url(../images/header.jpg) no-repeat;
}

.menu2{
	float:right;
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	margin-top:-29px;
}

.menu2 li{
	float:left;
	margin-right:3px;
}
.menu2 span{
display:none;
}
.gallery a{
float:left;
background:url(../images/gallery.jpg) no-repeat;
width:82px;
height:29px;
}

.gallery a:hover, .gactive a{
background:url(../images/gallery-over.jpg) no-repeat;
}

.works a{
float:left;
background:url(../images/works.jpg) no-repeat;
width:120px;
height:29px;
}

.works a:hover, .wactive a{
background:url(../images/works-over.jpg) no-repeat;
}

.next a{
float:left;
background:url(../images/next.jpg) no-repeat;
width:111px;
height:29px;
}

.next a:hover, .nactive a{
background:url(../images/next-over.jpg) no-repeat;
}

.menu{
float:left;
clear:both;
list-style:none;
width:750px;
height:45px;
padding:0px;
margin-bottom:4px;
}

.menu li{
float:left;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:64px;
height:45px;
}

.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:141px;
height:45px;
}

.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:159px;
height:45px;
}

.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:79px;
height:45px;
}

.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:121px;
height:45px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.jpg) no-repeat;
}
.reviews a{
float:left;
background:url(../images/reviews.jpg) no-repeat;
width:79px;
height:45px;
}

.reviews a:hover, .ractive a{
background:url(../images/reviews-over.jpg) no-repeat;
}
.contact a{
float:left;
background:url(../images/contact.jpg) no-repeat;
width:107px;
height:45px;
}

.contact a:hover, .cactive a{
background:url(../images/contact-over.jpg) no-repeat;
}

#content{
float:left;
clear:both;
width:740px;
background-color:#ffffff;
padding:5px;
}

#main{
float:left;
background-color:#DAD0B5;
width:700px;
padding:20px;
}

#sideleft{
float:left;
width:500px;
padding:0px 0 0 0px;
margin-right:20px;
}

#sideright{
float:left;
width:165px;
padding:0 0px 0 0px;
}

#footer{
float:left;
width:750px;
font-size:11px;
color:#A49C6C;
/*padding:0px 0 0 10px;*/
height:47px;
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;
}


#inner_side textarea
{

width:400px;
height:120px;
margin:0 1px 0 10px;
}

#inner_side
{
margin-top:10px;
line-height:14px;
}
#inner_side input
{

width:210px;
}
#side
{
width:320px;
height:271px;


}
#side span
{
margin:0 1px 0 10px;
color:#000;
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:12px;
}







