#TopofPage
{	position: relative;
	color: #FFFFFF;
	height:132px;
	width: 820px;
}
#MiddleofPage
{
	width: 518px;
	float: left;
	margin-top: 45px;
	background: #A7C2B8;
	
}
*html #MiddleofPage
{
	position: relative;
	top: -50px;
	width: 518px;
	float: left;

}
#LeftofPage
{	
	position: relative;
	top: 42px;
	float: left;
	width: 150px;
	text-align: center;
	
	margin-top: 5px;	
}
*html #LeftofPage
{
	position: relative;
	top: -9px;
	
}

*html #RightofPage
{	
	position: relative;
	top: -9px;
	float: right;
	width: 150px;
	
}
#RightofPage
{	
	position: relative;
	float: right;
	top: 40px;
	width: 150px;
	margin-right: 5px;
	margin-top: 5px;
	
	
}


