/*   Center     */
#title {
	height:61px;
}
#center h1 {
	font-size:16px;
	padding-top:40px;
	padding-left:55px;
}
#center h2 {
	font-size:12px;
	font-weight:normal;
	padding:10px 55px;
	margin-bottom:10px;
}
#center h3 {
	font-size:14px;
	padding:15px 55px 5px 95px;
}
#center h4 {
	font-size:12px;
	padding:0 55px 0px 95px;
	font-weight:normal;
}
.airBlue {
	background: url(../images/bg_centerMiddle_blue.gif) repeat-y;
}
.airBlue #title {
	background:url(../images/bg_centerTop_blue.gif) no-repeat 0 0;
}
.airBlue h1 {
	color:#076da8;
}
.airBlue h1.h1-4 {
	background:url(../images/icon_air.jpg) no-repeat 20px 30px;
}
.airBlue h3 {
	color:#3087b9;
	background:url(../images/icon_air.jpg) no-repeat 55px 5px;
}
.waterGreen {
	background: url(../images/bg_centerMiddle_green.gif) repeat-y;
}
.waterGreen #title {
	background:url(../images/bg_centerTop_green.gif) no-repeat 0 0;
}
.waterGreen h1 {
	color:#5a812a;
}
.waterGreen h1.h1-4 {
	background:url(../images/icon_water.jpg) no-repeat 20px 30px;
}
.waterGreen h3 {
	color:#436712;
	background:url(../images/icon_water.jpg) no-repeat 55px 5px;
}
#bottom_blue {
	background:url(../images/bg_centerBottom_blue.gif) no-repeat 174px 0;
	height:149px;
	width: 100%;
	float: left;
	margin-top:-20px;
}
#bottom_green {
	background:url(../images/bg_centerBottom_green.gif) no-repeat 174px 0;
	height:149px;
	width: 100%;
	float: left;
	margin-top:-20px;
}