
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
	margin:0 auto;
	padding:0;
}

a:hover{text-decoration:underline;}

.container{
	width:910px;
	min-height:600px;
	margin:10px auto 0 auto;
}
	
.book{
	width:71px;
	float:left;
	margin:10px 0 0 0;
}

.book_text{
	width:120px;
	float:left;
	text-align:center;
	font-size:10px;
	margin:10px 0 0 5px;
}

.book_text a{font-weight:normal;}

.title{
	font-size:16px;
	font-weight:bold;
}

.news{
	margin:5px 0 0 0px;
}

.header{
	width:100%;
	height:25px;
	text-align:right;
	padding-top:10px;
}

.upper_wrapper{
	width:910px;
	height:350px;
}

.upper_left{
	width:205px;
	float:left;
	background-color:#CCCCCC;
	height:350px;
	margin-right:5px;
}

.upper_right{
	width:700px;
	float:left;
}

.main_wrapper{
	width:910px;
}

.main_left{
	width:300px;
	float:left;
	margin-right:20px;
}

.main_right{
	width:200px;
	float:right;
	margin:12px 0 0 0;
}

.main_mid{
	width: 300px;
	float:left;
	margin:0px 0 0 0;
}

.small{font:10px;}

.copyright{
 font-size:10px;
 color:#666666;
}

.footer { 
	margin-top:100px;
	margin-bottom:50px;
	text-align:center;
	font-size:10px;
}
.footer a{
 font-size:10px;
 color:#444444;
 text-decoration:none;
 font-weight:normal;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
