/* CSS Document */
*{
margin:0px;
padding:0px;
}

body{
margin:0px auto;
background: #006685 url(../images/body.gif);
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000;
}

a{
text-decoration:none;
color:#012B38;
}
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:#3A3A3A;
}
h3{
font-size:18px;
font-weight:bold;
color:#3A3A3A;
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:700px;
}

#wrapper{
width:100%;
}

#header{
float:left;
clear:both;
height:293px;
width:700px;
background:url(../images/header.jpg) no-repeat;
margin-bottom:0px;
}

.menu{
float:left;
clear:both;
list-style:none;
margin-top:205px;
padding-left:47px;
}

.menu li{
float:left;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:59px;
height:32px;

}

.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:97px;
height:32px;
}

.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:112px;
height:32px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}

.works a{
float:left;
background:url(../images/works.jpg) no-repeat;
width:171px;
height:32px;
}

.works a:hover, .wactive a{
background:url(../images/works-over.jpg) no-repeat;
}
.contact a{
float:left;
background:url(../images/contact.jpg) no-repeat;
width:80px;
height:32px;
}

.contact a:hover, .cactive a{
background:url(../images/contact-over.jpg) no-repeat;
}
.excerpt a{
float:left;
background:url(../images/excerpt.jpg) no-repeat;
width:88px;
height:32px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.jpg) no-repeat;
}

#main{
float:left;
clear:both;
background:url(../images/content-bg.gif) repeat-y;
width:700px;
}
#main-2{
float:left;
clear:both;
padding-left:20px;
}
#content{
float:left;
clear:both;
width:620px;
padding:20px;
margin-top:-50px;
position:relative;
}


#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:700px;
font-size:11px;
color:#FFFFFF;
height:85px;
margin-top:-50px;
background:url(../images/footer.gif) repeat-x;
/*padding:0px 0 0 10px;*/
}




/* 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;
}








