#body_subpage {
	width: 940px;
	background: url("../img/bg_body_wrap.gif") top left repeat-x;	
}
#body_subpage .title {
	border-bottom: 1px solid #800000;
}
#body_subpage .title h1 {
	padding: 20px 0 20px 40px;
	font-size: 27px;
}

/* left */
#body_subpage .left {
	width: 690px;
	margin: 17px 0 0 0;
	float: left;
}
#body_subpage .left .content {
	margin: 0 20px 0 40px;
	line-height: 18px;
	text-align: justify;
}
#body_subpage .left .content a { 
	text-decoration: none;
	color: #fff; 
}

/* right */
#body_subpage .right {
	width: 250px;
	margin: 0;	
	float: right;
}
#body_subpage .right .box1 {
	width: 220px;
	height: 140px;
	padding: 15px;
	background: #000;
}
#body_subpage .right .box1 h1 { margin: 0; padding: 0; font-size: 18px; }
#body_subpage .right .box1 h1 a { text-decoration: none; color: #fff; }
#body_subpage .right .box1 p { margin: 15px 0 0 0; line-height: 18px; font-size: 11px; }
#body_subpage .right .box1 p a { text-decoration: none;	color: #ff983a; }

#body_subpage .right .box2 {
	width: 220px;
	height: 159px;
	margin: 22px 0 0 0;
	padding: 10px 15px 15px 15px;	
	background: url("../img/bg_box2_subpage.gif") top left no-repeat;
}
#body_subpage .right .box2 .label { font-size: 16px; color: #ff983a; }
#body_subpage .right .box2 form { margin: 10px 0 0 0; padding: 0 }
#body_subpage .right .box2 form select { border: 1px solid #ccc; width: 215px; padding: 2px 5px; font-weight: bold; }
#body_subpage .right .box2 form select option { padding: 0 10px }
#body_subpage .right .box2 p { margin: 10px 0 0 0; line-height: 16px; font-size: 11px; }

#body_subpage .right .box3 {
	border: 0px solid #ccc;
	width: 250px;
	height: 180px;
	margin: 22px 0 0 0;
	text-align: center;
	background: #fff;
}
#body_subpage .right .box3 .fb {
	margin: 10px 0 15px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
	color: #2D4787;
}
