/*layout*/
body{
	background: #191919;
}
#warp{
	width: 850px;
	margin: 0 auto;
	}
#header {
	float: left;
	width: 850px;
	background: url(../images/h_bg.jpg) no-repeat;
	height: 108px;
}
#menu_box {
	background: url(../images/h_txt_bg.jpg) repeat-x;
	float: left;
	height: 37px;
	width: 790px;
	padding-left: 60px;
}
#header_txt {
	background: #FFF;
	float: left;
	width: 750px;
	font-size: 13px;
	color: #464646;
	padding: 20px 50px;
}



#Content {
	width: 850px;
	float: left;
	font-family: 12px Arial, "新細明體-ExtB";
	color: #5A5A5A;
	text-align: left;
	overflow: hidden;
	text-justify: inter-ideograph;
	background:#fff;
}

#left {
	float: left;
	width: 620px;
	margin-top: 50px;
	border-top: 1px solid #0E87BC;
}
#left h1{
	margin-bottom: 20px;
}

.left_box {
	float: left;
	width: 500px;
	font-size: 12px;
	line-height: 20px;
	padding: 40px 60px;
	
}
#right {
	float: left;
	width: 206px;
	border: 1px solid #9bacb1;
	background: url(../images/r_bg.jpg) repeat-y left;
}
#right h1 {
	margin-bottom: 15px;
	
}
.right_box {
	float: left;
	width: 176px;
	margin: 0 3px 5px 3px;
	border-bottom: 1px dotted #9bacb1;
	padding:15px 12px 20px 12px;
}
.right_box ul li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #683027;
}
.right_box ul li a:link,.right_box ul li a:visited {
	color: #683027;
	text-decoration: none;
}
.right_box ul li a:hover {
	color: #683027;
	border-bottom: 1px dotted #683027;
}
.date {
	color: #ad391a;
}


br {
	line-height: 10px;
}

p {
	line-height: 20px;
}
h2 {
	color: #006;
	font-size: 13px;
	font-weight: bolder;
	margin: 20px 0 10px 10px;
}

.referance li {
	text-indent: -20px;
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 20px;
}
.left_box ul li {
	line-height: 20px;
	margin-left: 20px;
}
.left_box ul li a {
	color: #2D3537;
}
.with_pic_box {
	width:500px;
	float: left;
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	background-color: #f2f7f9;
}
.book_box {
	float: left;
	width: 230px;
	border-bottom:#CCC 1px solid;
	margin: 0 8px 15px 8px;
	padding: 0 0 5px 0;
}

.book_box_pic {
	background-color: #FFF;
	padding: 2px;
	float: left;
	border-left:#0e83b9 3px solid;
}
.book_box_info {
	float: left;
	width: 110px;
	margin-left: 10px;
	color:#111516;
}





#footer{
	text-align: center;
	width: 850px;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	padding: 10px 0 80px 0;
	background: #FFF  url(../images/f_bg.jpg) repeat-x;
	font-family: "normal Arial", "新細明體-ExtB";
	font-size: 12px;
}

#warp #footer a:link,#warp #footer a:visited,#warp #footer a:active {
	color: #7f8991;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:hover {
	color: #FFF;
	border-bottom: 1px dotted #D7EDFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
