@charset "utf-8";
/* CSS Document */

.eight_hun_px_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 800px;
	color: #000;
}
.left_pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
	height: 270px;
	width: 250px;
	border: thin solid #F00;
	font-weight: bold;
	text-align: center;
}
.right_pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
	height: 270px;
	width: 250px;
	border: thin solid #F00;
	font-weight: bold;
	text-align: center;
}
.middle_pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 270px;
	width: 250px;
	border: thin solid #F00;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 273px;
	font-weight: bold;
	text-align: center;
}
