@charset "utf-8";
/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #fff;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body{
	margin: 0px;
}
div.container{
	width:860px;
	margin: auto;
}
div.header{
	width:860px;
	height:180px;
	background-color:#4B284A;
	background-image:url(images/header_book.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
div.logo{
	float:left;
	width:210px;
	height:140px;
	background-color:#EAEAEA;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
}
div.divide{
	height:20px;
	width:860px;
	background-color: #B0A3B4;	
	
}
div.left{
	float:left;	
	height: 320px;
	width: 210px;
	background-color: #B0A3B4;
	background-image: url(images/book1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div.nav{
	float:left;
	height: 292px;
	width: 149px;
	background-color: #6B5671;
	text-align: right;
	padding-top: 28px;
	padding-bottom: 0;
	padding-left: 37px;
	padding-right: 24px;
}
div.nav_2{
	float:left;
	height: 354px;
	width: 149px;
	background-color: #6B5671;
	text-align: right;
	padding-top: 28px;
	padding-bottom: 0;
	padding-left: 37px;
	padding-right: 24px;
}
div.main{
	float:left;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 386px;
	padding: 27px;
	background-position: right;
}
div.main_2{
	float:left;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	height: 328px;
	width: 596px;
	padding: 27px;
	background-position: right;
}
div.content{
	height: 288px;
	width: 556px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.content_scroll {
	height: 226px;
	width: 346px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	line-height: 18px;
	overflow-y: scroll;
	overflow-x:hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.content_scroll_2 {
	height: 288px;
	width: 556px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	line-height: 18px;
	overflow-y: scroll;
	overflow-x:hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.footer{
	width:832px;
	height: 25px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
}
div.footer a{
	color:#4B284A;
}
div.footer a:hover{
	color:#EEEEEE;
}
a{
	text-decoration:none;
	color:#4B284A;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial;
	font-size: 19px;
	color: #666666;
	line-height: 20px;
	margin: 0px;
}
h2{
}
p{
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.content_scroll ul{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.cloth{
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

.cloth th{
	background-color:#4B284A;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	
}
.cloth td{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	text-align: left;
	padding: 3px;
	width: 33%;
}
