/* CSS Document */
*{
margin:0px;
padding:0px;
}

body{
margin:0px auto;
background: #1B1F4C url(../images/body.gif);
line-height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#1e0b09;
}

a{
text-decoration:none;
color:#78580a;
}
a:hover{
text-decoration:underline;
color:#7b4102;
}

img{
border:0;
}
p{
	margin-bottom:20px;
	font-size: 12px;
	text-align:justify;
}
.clear{
clear:both;
}
.left{
float:left;
}
.right{
float:right;
}

.blurp{
font-size:22px;
line-height:30px;
color:#29C2E7;
margin-top:20px;
}

h1{
font-size:16px;
font-weight:bold;
margin-bottom:20px;
color:#190502;
border-bottom:1px dashed #190502;
}
h2{
font-size:16px;
font-weight:bold;
margin-bottom:20px;
color:#190502;
border-bottom:1px dashed #190502;
}
h3{
font-size:18px;
font-weight:normal;
color:#190502;
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:297px;
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:247px;
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:80px;
height:34px;

}

.home a:hover, .hactive a{
background:url(../images/home-over.jpg) no-repeat;
}

.buy a{
float:left;
background:url(../images/buy.jpg) no-repeat;
width:129px;
height:34px;
}

.buy a:hover, .byactive a{
background:url(../images/buy-over.jpg) no-repeat;
}

.author a{
float:left;
background:url(../images/author.jpg) no-repeat;
width:143px;
height:34px;
}

.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:83px;
height:34px;
}

.excerpt a:hover, .eactive a{
background:url(../images/excerpt-over.jpg) no-repeat;
}

.board a{
float:left;
background:url(../images/board.jpg) no-repeat;
width:122px;
height:34px;
}

.board a:hover, .bdactive a{
background:url(../images/board-over.jpg) no-repeat;
}

.contact a{
float:left;
background:url(../images/contact.jpg) no-repeat;
width:82px;
height:34px;
}

.contact a:hover, .cactive a{
background:url(../images/contact-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:600px;
	padding:10px 25px 20px 25px;
	background-color:#ffffff;
	font-style: normal;
}


#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:650px;
font-size:11px;
color:#9e8652;
height:27px;
background:url(../images/footer.gif) repeat-x;
/*padding:0px 0 0 10px;*/
}
