@charset "utf-8";
/* CSS Document */
		
.ul.resorts { 
	z-index:1;
	margin:0px;
	padding:0px 0px 0px 45px;
}

.resorts li { 
	float:left;
	list-style:none;
	overflow:hidden;
	font:11px arial,verdana,sans-serif;
	line-height: 1.2;
	color:#696460;
	width:250px;
	height:50px;
	margin:0px 0px 4px 0px;
}		

#header {
	background-image: url(../img/header1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 90px;
	text-align: center;
	padding-top: 30px;
}					
#base {
			background-image: url(../img/bg.jpg);
			background-repeat: repeat-x;
			background-position: top;
			background-color: #e5dbd2;
			width: 100%;
			height:100%;
			padding-bottom: 30px;
}
