.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	height: 460px;
	width: 610px;
	border: 1px solid #000000;
	left: 10px;
	top: 10px;
}
.lefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	height: 170px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 20px;
	border: 1px outset #000000;
}
.textmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	left: 25px;
	top: 306px;
	width: 580px;
	background-color: #FFFFCC;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	padding: 10px;
}

.rightbox {
	margin: 10px;
	padding: 10px;
	height: 240px;
	width: 320px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: 20px;
	left: 255px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.underbox {
	margin: 10px;
	padding: 10px;
	height: 50px;
	width: 580px;
	position: absolute;
	border: 1px outset #000000;
	top: 418px;
	left: 15px;
	background-color: #CCCCCC;
	
}
.img1 {
	left: 5px;
	position: absolute;
}
.img2 {
	left: 155px;
	position: absolute;
}
.img3 {
	right: 155px;
	position: absolute;
}
.img4 {
	right: 5px;
	position: absolute;
}
