#contentArea {
	color: #57798f;
}
#firstPic {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 220px;
	height: 127px;
	z-index: 10;
}
#secondPic {
	position: absolute;
	left: 229px;
	bottom: 0px;
	width: 220px;
	height: 127px;
	z-index: 10;
}
#thirdPic {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 342px;
	height: 127px;
	z-index: 10;
}

#contentArea h2 {color: #000000;}

.left {float: left; }
.right {margin-left: 155px;}
.clear {clear: both; font-size: 0px; line-height: 0px;}


#subNavi {
	position: absolute;
	left: 15px;
	top: 75px;
}
#subNavi div.subPoint, #subNavi div.activeSubPoint {
	font-size: 10px;
	line-height: 18px;
	color: #57798f;
	text-align: center;
	font-weight: bold;
	width: 15px;
	height: 20px;
	border: 1px solid #57798f;
	margin-top: 5px;
}
#subNavi div.activeSubPoint {
	color: #000000;
	background-color: #57798f;
}
#subNavi div.subPoint a {color: #57798f;}
#subNavi div.activeSubPoint a {color: #000000;}
