body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ADD8E6;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a{
	color: Navy;
}
h2{
	font-size: 16px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
p{
	line-height: 1.5;
}
#main{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: White;
}
#main-body{
	padding: 0 10px;
	border-left: 4px solid #4682B4;
	border-right: 4px solid #4682B4;
}
#header{
	padding: 10px;
	position: relative;
	margin-bottom: 15px;
}
#header h1{
	margin: 14px 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 24px;

}
#header h1 span{
	color: #ccc;
	font-size: 18px;
}
#header #sl{
	font-size: 80%;
}
#go{
	position: absolute;
	top: 15px;
	right: 30px;
	padding: 10px 20px;
	background: #B22222;
	color: White;
}
#go a{
	color: White;
}
#br{
	font-size: 85%;
	padding: 0 5px;
}

#content{
	padding: 10px 0;
}

#content #perex{
	background: #eee;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	padding: 15px;
}
#content #perex h2{
	margin: 0;
	padding: 0 0 8px 0;
}
#content #perex p{
	margin: 0;
	padding: 5px 0;
	line-height: 1.5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#faq{
	text-align: center;
	margin: 0;
	padding: 12px;
}
#dest{
	padding: 0 0 10px 0;
	line-height: 1.2;
}
#dest.no{
	padding: 0;
}
#dest #map{
	border-top: 6px solid #4682B4;
	position: relative;
}
#dest h2{
	font-size: 13px;
	margin: 0;
	padding: 8px 14px 10px 14px;
	position: absolute;
	top: 0;
	left: 0;
	background: Black;
	background: #4682B4;
	color: White;
	z-index: 10;
}
#dest{
	background: #eee;
	margin-bottom: 10px;
}
#dest-cols .col{
	width: 183px;
	float: left;
}
#dest-cols{
	margin: 10px;
}
#dest-cols .col ul, #dest-cols .col li{
	padding: 0; 
	margin: 0;
	list-style: none; 
}
#dest-cols .col ul{
	border-right: 1px dotted #000;
}
#dest-cols .col ul#last{
	border: 0;
}
#dest-cols .col li{
	padding: 3px 0 3px 9px;
}
#dest-cols .col a{
	padding-right: 20px;
}


#text{
	padding: 5px 10px;
}
.titem{
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
}
.titem p{
	margin: 0;
	padding: 10px 0;
}

.cleaner{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
#airport-www{
	margin: 15px 10px;
	font-size: 85%;
	font-weight: bolder;
}
#top-airports{
	padding: 10px; 
	margin: 10px 0;
	background: #eee;
	font-size: 85%;
	line-height: 1.5;
}
#more{
	padding: 5px 15px;
	background: #E0E0E0;
}
#more #mi{
	border-left: 6px solid #cc0000;
	padding: 5px;
	font-size: 85%;
	line-height: 1.5;
	background: #eee;
}
#footer{
	padding: 10px 10px 15px 10px;
	font-size: 85%;
	line-height: 1.6;
	color: Gray;
	text-align: center;
	border-top: 6px solid #eee;
}
#footer a{
	color: Gray;
}