#content{
position:relative;	

}
#content #top{
background: url(../images/facilities_1.png) no-repeat left bottom;
height:76px; 
width:200px;
margin-left:6px		
}
#content #middle{
height:294px;
width:100%; 
background-color:#fffaee;
}
#content #middle p{
	font-size:13px;
	
}
/*  */
#content #middle #textLeft{
	position:absolute;
	left:0px;
	top:68px;
	padding-left:30px;
	padding-top:30px;	
	width:35%; height:294px;  
	
}
#content #middle #textRight{
	position:absolute; 
	right:0px;
	top:68px;
	padding-top:30px;	
	width:58%; 
	height:294px;
}

#content #bottom{
position:absolute; 
bottom:0px;
left:0px;
background: url(../images/purp_strip.png) no-repeat left; 
height:42px; 
width:100%;
}

