#retreat-details{
	float: left;
	width: 620px;
	background: #f4f2e9;
	margin: 28px 0 0 0;
	padding: 10px;
	}
	#retreat-details h2{
		float: left;
		width: 580px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 150%;
		color: #524b38;
		padding: 5px 0 2px 40px;
		margin: 0 0 10px 0;
		background: url(../images/h2-bg.jpg) left bottom no-repeat;
		border-bottom: 1px solid #524b38;
		}
	#retreat-details #details-container{
		float: left;
		width: 620px;
		}
	#retreat-details #details-container h3{
		/*clear: both;*/
		float: left;
		width: 580px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 150%;
		color: #524b38;
		padding: 5px 0 2px 40px;
		margin: 40px 0 10px 0;
		background: url(../images/h2-bg.jpg) left bottom no-repeat;
		border-bottom: 1px solid #524b38;
		}
	
	#retreat-details #details-container p{
		clear: both;
		/*float: left;*/
		width: 620px;
		color: #827960;
		font-size: 85%;
		font-weight: normal;
		padding: 0 0 15px 0;
		margin: 0;
		}
	
	#retreat-details .zone-photos{
		float: left;
		width: 260px;
		}
		#retreat-details .zone-photos .zone-image{
			float: left;
			width: 258px;
			height: 258px;
			border: 1px solid #a8a287;
			}
			#retreat-details .zone-photos .zone-image img{
				float: left;
				width: 250px;
				height: 250px;
				border: 1px solid #a8a286;
				margin: 3px 0 0 3px;
				display: inline;
				}
		#retreat-details .zone-photos .line{
			float: left;
			width: 260px;
			margin: 5px 0 0 0;
			}
			#retreat-details .zone-photos .line .thumbnail{
				float: left;
				width: 48px;
				height: 48px;
				margin: 0 5px 0 0;
				}
			#retreat-details .zone-photos .line .last-thumbnail{
				margin: 0;
				}
			#retreat-details .zone-photos .line .thumbnail a{
				float: left;
				border: 1px solid #a8a286;
				}
			#retreat-details .zone-photos .line .thumbnail a:hover, #retreat-details .zone-photos .line .thumbnail a:focus{
				border: 1px solid #5e5745;
				}
			#retreat-details .zone-photos .line .thumbnail img{
				float: left;
				width: 46px;
				height: 46px;
				}
		
		#retreat-details .zone-description{
			float: right;
			width: 350px;
			}
			#retreat-details .zone-description p{
				width: 350px;
				}
			#retreat-details .zone-description li{
				width: 280px;
				}
			
			#retreat-details ul{
				float: left;
				clear: both;
				margin: 10px 0 40px 30px;
				padding: 0;
				display: inline;
				font-weight: normal;
				color: #827960;
				}
				#retreat-details ul li{
					float: left;
					clear: both;
					margin: 0;
					padding: 3px 0 3px 0;
					font-weight: normal;
					}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			