.box-article {
	font-family: "ËÎÌå";
	width: 650px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.box-article h1{
	font-family: "ËÎÌå";
	font-size: 24px;
	color: #006699;
	line-height: 30px;
	padding-bottom: 10px;
}
.box-article h2{
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #006699;
	line-height: 16px;
	font-weight: normal;
}
.box-article p{
	font-family: "ËÎÌå";
	font-size: 14px;
	color: #006699;
	line-height: 24px;
	font-weight: normal;
	text-indent: 20px;
}
.box-photo {
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: center;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
}
.box-photo img{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
	
