@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;	
	width:100%;
	background:url(images/mainbg.jpg) top repeat-x;
}
#main {
	width:1000px;
	height:100%;
	margin-top:0px;
	margin:0 auto;
}
#banner {
	width:1000px;
	height:272px;
	margin-top:0px;
	background:url(images/bannerbg.jpg) no-repeat;
	
}
#banner .img {
	margin-left:250px;
	margin-top:10px;
}
.title {
	font-size:15px;
	height:50px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#1b7381;
	width:800px;
	margin:0 auto;	
}
.text {
	width:800px;
	margin-left:100px;
	font-size:13px;
	color:#666;
	line-height:21px;
	text-align:justify;
}
.text p {
	margin-top:15px;
}
.text a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.text a:hover {
	color:#3c97a5;
	text-decoration:none;
	border-bottom:1px dotted #3c97a5;
}
.text li {
	margin-top:8px;
}
.text li a {
	color:#399;
	text-decoration:none;
	border-bottom:#399 1px dotted;
}
.text li a:hover {
	color:#036;
	text-decoration:none;
	border-bottom:: #036 1px dotted;
}
#footer {
	width:1000px;
	height:100px;
	margin:0 auto;
	margin-bottom:-20px;
	background:url(images/footer.jpg) no-repeat bottom;
}
.text .title2 {
	font-size:15px;
	color:#000;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	float:right;
	font-size:12px;
	letter-spacing:0.05em;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:150px;
	margin-top:50px;
}
#footer p a {
		color: #3CF;
		text-decoration:none;
}
#footer p a:hover {
	color:#069;
	text-decoration:none;
}
.bookname {
	font-size:13px;
	color: #069;
	font-family:Arial, Helvetica, sans-serif;
}
.bookname a {
	color:#069;
	text-decoration:none;
	border-bottom:#8FAFC2 dotted 1px;
}
.bookname a:hover {
	color:#069;
	text-decoration:none;
	border-bottom:#069 solid 1px;
}
.bookdes {
	font-size:12px;
	color: #666;
	text-align:justify;
}
.bookauthor {
	font-size:12px;
	color: #000;
	border-bottom:1px solid #999;
	padding-top:3px;
	width:100%;
	margin-top:10px;
}