body
{
	margin: 0;
	background: url(images/bodybg.png) repeat-y #00add0;
	width: 100%;
	
}
img
{
	border: 0;
}
.masthead
{
	background: url(images/topstretch.png) top left repeat-x #00add0;
	width: 100%;
	height: 157px;
}
.main
{
	height: 100%;
}
.left
{
	background: url(images/leftbg.png) no-repeat #000000;
	width: 120px;
	height: 584px;
	position: absolute;
}
.menu
{

	padding: 45px 0 0 10px;
	width: 235px;
	position: absolute;
	left: 120px;
}
.text
{
	background: url(images/watermark.jpg) no-repeat;
	padding: 25px;
	width: 575px;           /*  Accurate width = 609  */
	min-height: 609px;
 	height:auto !important;
 	height: 609px;
	position: absolute;
	left: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
	.text h1
	{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.text h2
	{
		font-size: 18px;
		font-weight: bold;
	}