/*======================
    TABLE
========================*/
table
{
	width:100%; 
}
table th
{
	padding:5px; 
	width:160px;
}
table td
{
	padding:5px;
}
/*======================
   IMAGE
========================*/
img
{
	
}
/*======================
   POSITIONING
========================*/
.left{ float:left; 	}
.right{ float:right; }
.clear{ clear:both; }
/*======================
   TREASURES
========================*/
#treasures
{
	
}
#treasures ul { margin:0; padding:0 }
#treasures li
{
	float:left; 
	width:350px; 
	list-style:none; 
	margin:0 10px 15px 0; 
	padding:0;
}
#treasures .thumb{ float:left; margin-right:10px;   }
/*======================
   CONTACT GRAHAM
========================*/
#contact-graham
{
	float:left; 
	width:100%;
	margin-bottom:20px;
}
#contact-graham .photos{ float:left; margin-right:10px }
#contact-graham .phone{ float:left; margin-right:20px; }
#contact-graham .address{ float:left; margin-right:10px; }
.bdroom2, .bdroom3 { width:452px; height: 307px; overflow:hide;  }
.community{ width: 265px; height:210px; overflow:hide; }
/*======================
   SLIDE SHOW
========================*/
.slideshow
{
	float:left;
	margin-right:15px; 
	border:solid 1px #bebebe; 
	padding:10px; 
}
.slideshow ul
{
	margin:0; 
	padding:0; 
	float:left; 
	display:block; 
}
.slideshow li
{
	list-style:none; 
	float:left; 
	display:block; 
	margin:0; 
}
.slideshow img { float:left; }
