@charset "utf-8";

/* CSS Document */



#main_one {
	height: 178px;
	width: 192px;
	float: left;
	border: 1px solid #999;
	background-image: url(img/main_one.gif);
	margin-left: 90px;
}
.index_pic_one {
	margin-top: 4px;
	margin-left: 6px;
	height: 135px;
	width: 180px;
}
#main_two {
	height: 178px;
	width: 192px;
	float: left;
	margin-left: 37px;
	border: thin none #999;
}
.index_pic_two {
	height: 135px;
	width: 180px;
	margin-top: 4px;
	margin-left: 6px;
}
#main_three {
	height: 178px;
	width: 192px;
	margin-left: 90px;
	margin-bottom: 30px;
	border: 1px solid #999;
	float: left;
	background-image: url(img/main_two.gif);
}
.index_pic_three {
	height: 135px;
	width: 180px;
	margin-top: 4px;
	margin-left: 6px;
}

#introduction {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	float: left;
	height: 90px;
	width: 654px;
	background-color: #F9F6EF;
	border: 1px solid #999;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
