@charset "utf-8";
/* CSS Document */

#main {
	margin:0px auto;
	width:800px;
	height:auto;
	border: 1px solid #333333;

}

#banner {
	width:800px;
	height:231px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
}	

#content_top {
	width:800px;
	height:30px;
	background-image: url(images/content_bg_top.jpg);
	float: left;
}

#content_middle {
	width:800px;
	height:auto;
	background-image: url(images/content_bg_middle.jpg);
	float: left;
	background-repeat: repeat;
	text-align: left;
}

.top_left {
	height: auto;
	width: 750px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

.top_left_form {
	height: auto;
	width: 700px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
}


.top_left_accom {
	height: auto;
	width: 350px;
	float: left;
	padding-left: 50px;
}

.top_right_accom {
	height: auto;
	width: 350px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}

.top_left_insurance {
	height: auto;
	width: 750px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

.links {
	float: left;
	width: 300px;
	text-align: center;
	height: 250px;
	padding-right: 50px;
	padding-left: 50px;

}


#nav {
	width:206px;
	height:240px;
	float: right;
	padding-top: 80px;
}
#footer {
	width:800px;
	height:20px;
	background-image: url(images/index_13.jpg);
	float: left;
	color: #CCCCCC;
	text-align: center;
	padding-top: 49px;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #000000;
}

.flight_info {
	border: thin solid #333333;
	text-align: center;
}

