@charset "UTF-8";
/* CSS Document */

.img {
	background-image: url(../img/img.jpg);
	background-position: center top;
	width: 860px;
	padding-top: 51px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.f_left_box {
	float: left;
	width: 250px;
}
.f_right_box {
	float: right;
	width: 255px;
}
.f_left_box h3 {
	padding-bottom: 25px;
}
.f_box {
	padding-top: 20px;
	padding-bottom: 35px;
}
#img1 {
	width: 530px;
	height: 245px;
	background-image: url(../img/img1.jpg);
	background-repeat: no-repeat;
}
#img2 {
	background-image: url(../img/img2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 270px;
	width: 275px;
}
#img3 {
	background-image: url(../img/img3.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 270px;
	width: 255px;
}
#img1 h3 {
	text-indent: -9999px;
}
#img1 p {
	color: #FFF;
	font-size: 10px;
	width: 230px;
	margin-left: 180px;
	margin-top: 70px;
}
#img2 h3 {
	text-indent: -9999px;
}
#img2 p {
	color: #FFF;
	font-size: 10px;
	width: 220px;
	margin-left: 35px;
	margin-top: 70px;
}
#img3 h3 {
	text-indent: -9999px;
}
#img3 p {
	color: #FFF;
	font-size: 10px;
	width: 205px;
	margin-left: 30px;
	margin-top: 85px;
}
