.bgArea {
	position: relative;
	float: left;
	width: 100%;
	min-height: 467px;
	margin-top: 98px;
}

.newsHeadGfx {
	position: relative;
	float: right;
	width: 268px;
	height: 47px;
	margin: 21px 56px 0px 0px;
}

.newsBox {
	position: relative;
	float: left;
	width: 893px;
	color: #fff;
	margin: 28px 0px 0px 46px;
}

.newsBox h2 {
	font-size: 1.3em;
	color: #fff;
	margin: 10px 16px 8px 0px;
}

.newsBox p {
	font-size: 0.9em;
	margin: 10px 50px 0px 0px;
	padding-bottom: 10px;
}


.newsBox span {
	color: #20a4d9;
}

.newsBox a {
	color: #20a4d9;
	font-weight: bold;
	text-decoration: none;
}


.blueLine {
	position: relative;
	float: left;
	width: 100%;
	height: 2px;
	background: #20a4d9;
}

.imgPart {
	position: relative;
	float: left;
	width: 352px;
	margin: 0px 25px 10px 0px;
}

.imgPart img {
	position: relative;
	float: left;
	border: 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.imgPart img:first-child {
	margin-bottom: 14px;
}