#wrapper { background: none;
	 
		border-bottom:none;}
#main {
	float:none;
	margin:0pt auto;
	width:900px;
}
#content { 
	width:100%;
	min-height:490px;
	height: auto !important;
	height: 490px;
		border-bottom:1px dotted #ccc;
	}
	
#textContainer {
	padding:30px 0 10px 0;
	float:none;
}
	
	#leftContent {
	padding:0; 

		float:left;
	}
	
	#rightContent {
	padding:10px;
	color:#000000;
	}
	
	#rightContent div { 
		padding:0 10px;
		background: #fff ;}	
		
	#suites	{
		float:left;
		margin:20px 0;
		}
		
	#description{
		padding:0 50px 0 0; 
		float:left;
		width: 600px;
	}
	
	#services{
		float:left;
		width: 200px;
		padding:0 0 30px 49px;
		margin: 0;
		border-left: 1px solid #444;
	}	
	
	
#banner {
	height:251px;
	*height:250px;
	overflow:hidden;
	width:900px;
}

#link{ 
	float:none; 
	width:900px;
	}
	
	#link a{ float:right; }
	#link a:link, #link a:visited {
		background: #9C8707;  
		color:#000 !important; 
		font-weight:bold; 
		padding:0 15px; 
		line-height:22px;
		height:22px;
		}
		
	#link a:hover, #link a:active  {  
		color:#fff !important;
		}