/* CSS Document */

#box1imageTL {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	height: 140px;
	z-index: 1;
	background-color: #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 75%;
}
#box1imageTM {
	width: 200px;
	height: 140px;
	z-index: 1;
	background-color: #999999;
	position: absolute;
	left: 205px;
	top: 0px;
	font-size: 75%;
}
#box1imageTR {
	position: absolute;
	width: 200px;
	height: 140px;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-color: #999999;
	font-size: 75%;
}
#box1imageBL {
	position: absolute;
	width: 200px;
	bottom: 0px;
	left: 0px;
	height: 245px;
	z-index: 1;
	background-color: #999999;
}
#box1imageBM {
	position: absolute;
	width: 200px;
	bottom: 0px;
	left: 205px;
	height: 170px;
	z-index: 1;
	background-color: #999999;
}
#box1imageBR {
	position: absolute;
	width: 200px;
	bottom: 0px;
	right: 0px;
	height: 170px;
	z-index: 1;
	background-color: #999999;
}
#box1text {
	position: absolute;
	width: 405px;
	height: 70px;
	z-index: 1;
	background-color: #B76022;
	top: 145px;
	right: 0px;
	color: #FFFFFF;
}
#box1imageTLFH {
	position: absolute;
	width: 190px;
	top: 0px;
	left: 0px;
	height: 380px;
	z-index: 1;
	background-color: #B0B2AE;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 75%;
	padding: 5px;
}

