	body{
		background:url(images/background.gif) repeat;
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	img{
		border:0px;
	}
	h1{
		position:relative;
		font-size:22px;
		color:#287ca8;
		letter-spacing:-0.5px;
		border-bottom:1px dotted #309fc8;
	}
	h1 a{
		position:absolute;
		right:0px;
		top:5px;
		font-size:12px;
	}
	h2{
		font-size:16px;
		color:#2f6988;
	}
	.wrapper{
		background:url(images/wrapper.gif) repeat-y top right;
		width:918px;
		margin:0px auto;
	}
	.header{
		background:url(images/header.jpg) no-repeat;
		height:200px;
	}
	
	.header h1{
			font-size:1px;
			color:#395f62;
	}

	.left{
		float:left;
		width:268px;
	}
	
	.left ul{
		margin:0px;
		padding: 0px;
		height:235px;
		list-style-type:none;
		background:url(images/menubg.gif) no-repeat;
		text-align:right;
		
	}
	.left li{
		color:#7c654d;
		height:41px;	
		padding:3px 0px 0px 0px;
		padding-right:15px;
		font-size:11px;

		float:left;
		width:253px;
	}
	
	.left li span{
		display:block;

	}
	.left a, .left a:visited{
		color:#257092;
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;


	}

	.left .testimonial{
		padding:10px 30px;
		
	}
	
	.left .testimonial h1{
		font-size:16px;
	}
	.left .testimonial p{
		text-align:justify;
	}
	.content{
		background:url(images/content.jpg) no-repeat;
		float:right;
		width:593px;
		padding:100px 37px 20px 20px;
	}
	
	.content ul{
		list-style-type:none;
		
	}
	
	.content li{
		background:url(images/tick.jpg) no-repeat left top;
		margin-bottom:10px;
		border-bottom:1px dotted #e0d2bf;
		padding-left:20px;
	}
	
	input, textarea{
		border:1px solid #ad9c84;
	}
	textarea{
		overflow:auto;
	}
	
	.formarea{
		border:1px solid #6b7275;
		background:#ffffff;
		margin:15px 0px;
		padding:5px;
	}
	
	.formarea h2{
		margin:4px;
		padding:0px;
		font-size:16px;
		border-bottom:1px solid #6b7275;
	}
	.attractions img{
		margin:8px;
		
	}
	.footer{
		clear:both;
		background:url(images/footer.gif) no-repeat;
		height:28px;
	}
	
	.footnote{
		width:850px;
		font-size:10px;
		color:#fff;
		margin:0px auto;
	}
	
	.footnote a{
		color:#fff;
	}
	
	.AvailBox{
		background:url(images/avail.gif) no-repeat;
		width:221px;
		padding:32px 5px;
		margin:20px 0px 0px 0px;
	}
	
	#loader, #upload_link,#uploaded{
		display:block;
	}
	#uploaded{
	clear:both;
	width:390px;
	font-size:10px;
	text-align:center;
	overflow:auto;
	}
	#upload_link{
		background:#226bd8;
		padding:3px;
		border:1px solid #2659a6;
		width:130px;
		text-align:center;
		cursor:pointer;
		color:#fff;
		clear:both;
		height:15px;
		
	}
	
	#uploaded img{
		margin:1px;
	}
	
	.uploadedImg{
		float:left;
		margin:1px;
	}
	
	/*
	comments boxes
	*/
.box {
	background-color: #e9e7dd;
	padding: 5px;
	color: #404040;
	border:1px solid #ebf2f6;
	margin: 1px;
	text-align:left;
	line-height:20px;
}
.box img{
	margin:3px;
	border:1px solid #fff;
}
.boxheader {
	text-align:left;
	background-color: #d6d4cd;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	color:#287ca8;
}

b{
	font-size:10px;
	color:#6b7275;
}


