.intro {
	width: 770px;
	height: 302px;
	margin: 10px auto 0px auto;
	border: 0px solid blue;
}

.hp_panel {
	clear: both;
	background: url(../images/panel_hp.jpg) no-repeat 5px 0;
	width: 760px;
	padding: 0 5px;
	height: 157px;
	margin: 5px auto;
	border: 0px solid green;
}
.hp_panel .column {
	float: right;
	width: 210px;
	height: 124px;
	margin-left: 20px;
	margin-right: 21px;
	margin-top: 14px;
	border: 0px solid #FF3300;
}
.column .hdr_column {
	float: right;
	width: 100%;
	height: 24px;
	border-bottom: 1px dotted #666;
}
.column .hdr_column .hdr {
	float: right;
}
.column .hdr_column .icon {
	float: left;
	margin-top: 10px;
}

.short {
	height: 62px;
}



.hdr_column,
.left_hdr {
	float: right;
	width: 100%;
	line-height: 24px;
	font-size: 12pt;
	font-weight: normal;
	color: #17953f;
	text-align: right;
	border-bottom: 1px dotted #666;
}
.hdr_column .hdr,
.left_hdr .hdr {
	float: right;
	width: auto;
	height: auto;
	padding-bottom: 3px;
}
.hdr_column .icon,
.left_hdr .icon {
	float: left;
	margin-top: 10px;
}
