/* CSS Document */
*{
margin:0px;
padding:0px;
behavior: url(iepngfix.htc);
}

body{
margin:0px auto;
background: #1B1F4C url(../images/body2.gif);
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFfff;
}

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:#af66a0;
}
h3{
font-size:18px;
font-weight:bold;
color:#af66a0;
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/body.gif) repeat-x;
width:100%;

}

#header{
float:left;
clear:both;
height:366px;
width:950px;
background:url(../images/header.png) no-repeat;
margin-bottom:0px;
margin-top:00px;
}

.menu{
float:left;
clear:both;
list-style:none;
margin-top:69px;
padding-left:161px;
}

.menu li{
float:left;
margin-right:0px;
}

.menu span{
display:none;
}
.home a{
float:left;
background:url(../images/home.jpg) no-repeat;
width:65px;
height:31px;

}

.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:88px;
height:31px;
margin-right:2px;
}

.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:151px;
height:31px;
}

.author a:hover, .aactive a{
background:url(../images/author-over.jpg) no-repeat;
}
.blog a{
float:left;
background:url(../images/blog.jpg) no-repeat;
width:65px;
height:31px;

}

.blog a:hover, .blactive a{
background:url(../images/blog-over.jpg) no-repeat;
}

#main{
float:left;
clear:both;
background:url(../images/content-bg.gif) repeat-y;
padding-left:150px;
}
#content{
float:left;
clear:both;
width:610px;
padding:00px 20px 30px 20px;
}


#sideleft{
float:left;
width:390px;
padding:0px 0 0 0;
}

#sideright{
float:left;
width:220px;
padding:0 0px 0 0px;
}


#footer-wrap{
	width:950px;
	margin:0 auto;
}
#footer{
float:left;
clear:both;
width:650px;
padding-left:150px;
font-size:11px;
color:#CEAEB0;


/*padding:0px 0 0 10px;*/
}
#footer-main{
	float:left;
	clear:both;
	width:100%;
	margin:0px auto;
	background:url(../images/footer.gif) repeat-x;
	height:87px;
}




/* 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:#ffffff;
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:12px;
}

/** Blog CSS **/

#main-blog{
	width:410px;
	float:left;
}

#main2{
	width:410px;
	float:left;
}

#sidebar{
	float:right;
	width:189px;
	border-left:1px dotted #6d3f6f;
	padding-left:10px;
}

#sidebar2 ul{
	list-style-type:none;
}




