/* CSS Document */
p, h1, h2, h3, div, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	font-size:14px;
	line-height:18px;
	}

h1{font-size:18px; font-weight:bold; margin:17px 0 0 0;}

h2{font-size:16px; line-height:20px; margin:10px 0 0 0; font-weight:bold; color:#666666}

h3{font-size:14px; line-height:18px; margin:10px 0 0 0;}

.blue {color:#0066CC}
.bold{font-weight:bold}
.small{font-size:10px;}

.destination{
	display:block;
	width: 992px;
	clear:left;
	margin:0 auto 0 auto;
}

.destination_left{
	/*border:#eeece3 1px solid;*/
	float:left;
	width:520px;
}

.destination_right{
	float:left;
	/*border:#eeece3 1px solid;*/
	width:460px;
	margin:30px 0 0 10px;
}
.cityName{
	width: 990px;
	font-size:14px; 
	font-weight:bold; 
	margin:17px auto 0 auto;
	padding:5px;
	border-bottom:#333333 1px solid;
	color:#333333;
	background:#CCCCCC;
	clear:both;
}

.link{font-size:12px; color:#008000}

.takeatour{color:#999999; font-weight:bold}
