#maincontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	position: absolute;
	width: 750px;
	left: 10px;
	top: 00px;
	height: 854px;
}
#image_box {
	padding: 2px;
	height: 300px;
	width: 300px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 55px;
	margin: 5px;
	z-index: 15;
	clear: none;
	float: left;
	border: thin solid #000000;
	filter: DropShadow(Color=grey, OffX=2, OffY=2, Positive=2);
}
#titlebox {
	text-align: left;
	position: absolute;
	visibility: visible;
	width: 347px;
	left: 330px;
	top: 55px;
	height: 106px;
}
#maintext {
	position: absolute;
	left: 15px;
	top: 55px;
	width: 675px;
	height: 374px;
	white-space: normal;
}
iframe {
	margin: 10px;
}
.float_left {
	clear: right;
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

