/* message */

.leftmessage
	{
	position: absolute;
	font: 8pt arial;
	font-style: italic;
	top: 180px;
	left: 94px;
	float: left;
	width: 280px;
	height: 140px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #606060;
	}
	
/* box below message */

.leftbox
	{
	position: absolute;
	top: 260px;
	left: 94px;
	float: left;
	width: 280px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	text-align: justify;
	color: #333333;
	}
	
/* image box below main content */
	
.imagebox
	{			
	position: absolute;
	top: 334px;
	left: 447px;
	width: 400px;
	padding: 0px 0px;
	float: left;
	}
