body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color:#663333;
	background: #00a1f8;
	background-image:url(../images/backbg.png);
	background-position:top;
	background-repeat:repeat-x;
	}

a {
	text-decoration: none;
	color: #000000;
}

input {
	background-color: #bbae9d;
	border: solid 1px #663300;
	padding: 2px;
}
.border-left {
	border-left: solid 1px #666600;
}

textarea {
	background-color: #bbae9d;
	border: solid 1px #663300;
	padding: 2px;
	height: 100px;
	width: 150px;
}
.right {
	float: right;
	}
.left {
	float:left;
}	

.padding {
	margin: 10px;
}

.border {
	border: solid 1px #432b0f;
}

.margin {
	margin: auto;
	}

.top {
	padding-top: 20px;
}
	.top span {
		display: block;
		margin: auto;
		width: 775px;
		background-image:url(../images/centent_bg.png);
	}
		.top .nav {
			background-image: url(../images/navbg.png);
			background-repeat:repeat-x;
			height: 25px;
			width: 759px;

		}
		
		.top .nav ul {
			margin: 0px;
			margin-left: 50px;
			}
		.top .nav li{
			float: left;
			list-style: none;
			padding:5px;
			}
			
.wrap {
		background-image:url(../images/centent_bg.png);
		background-repeat: repeat-y;
		width: 715px;
		padding: 30px;
		margin:auto;
}

	.wrap .content {
		background-image:url(../images/palmbg.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	
.footer {
	width: 775px;
	margin:auto;
}
	.footer .base {
		padding-left: 7px;
	}
	.footer .mid {
		width: 775px;
		margin:auto;
		background-image:url(../images/basebg.png);
		background-repeat: repeat-y;		
	}

	.footer span {
		display: block;
		width: 740px;
		margin: auto;
		padding-right: 3px;
	}
		
	.footer .text {
		text-align:center;
		padding: 5px;
		color: #000000;
	}
	
.accommodation {
}

	.accommodation .image {
		border: solid 1px #432b0f;
		width: 300px;
		float:right;
		margin: 10px;
		clear:both;
		}
		
	.accommodation .des {
		float:left;
		height: 30px;
		width: 400px;
	}

	.facil li {
		list-style-image:url(../images/bullet.png);
		}

