@charset "UTF-8";
#fencing_title {
	position: absolute;
	height: 25px;
	width: 960px;
	left: 15px;
	top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0069bd;
	background-image: url(../images/fencing/title.png);
	background-repeat: no-repeat;
}
#fencing_txt {
	position: absolute;
	height: 130px;
	width: 960px;
	left: 15px;
	top: 75px;
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#img1 {
	position: absolute;
	height: 250px;
	width: 460px;
	left: 15px;
	top: 230px;
	border: 6px solid #FFFFFF;
	background-image: url(../images/fencing/fencing1.jpg);
}
#img2 {
	position: absolute;
	height: 250px;
	width: 460px;
	right: 15px;
	top: 230px;
	border: 6px solid #FFFFFF;
}
#img3 {
	position: absolute;
	height: 250px;
	width: 460px;
	left: 15px;
	top: 507px;
	border: 6px solid #FFFFFF;
}
#img4 {
	position: absolute;
	height: 250px;
	width: 460px;
	right: 15px;
	top: 507px;
	border: 6px solid #FFFFFF;
}
