body {
	font-family: arial, verdana;
	margin: 0px;
	background: #e9f0f6;
	font-size: 80%;
}

#container {	
	width: 734px;
	padding: 0px 24px;
	margin: auto;
	background: url(images/bg.jpg) repeat-y;
}

#header {
	background: #d3e7f5;
	position: relative;

}

#content {
	clear:both;
}

#left {
	float: right;
	width: 200px;
	background: #73a3c5;
	color: white;
}

#center {
	float: right;
	width: 514px;
	padding: 0px 10px;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	margin-left: 200px;
}

h1 {
	background: #4286b3;
	color: white;
	margin: 0px;
	padding: 15px 10px;
	text-align: center;
	font-size:160%;
	line-height: 90%; 
}

h2 {
	color: #73a3c5;
	font-size: 105%;
	text-align: center;
	padding: 5px 5px;
	margin: 0px;
}

h3 {
	color: #73a3c5;
	margin: 10px 0px;
}
#left h3 {
	color: #73a3c5;
	background: #afcade;
	padding: 5px;
	margin: 0px;
}
h4 {
	color: #73a3c5;
}

#quote {
	margin: 3px;
}

#quote h3 {
	background: #73a3c5;
	color: white;
	margin: 0px;
	padding: 5px;
}

#header_left {
	float: left;
	width: 240px;
}

#header_right {
	float: left;
	width: 494px;
}
#plane {
	height: 160px;
	width: 240px;
	background: url(images/plane.jpg) no-repeat;
}
#carpark {
	height: 160px;
	width: 240px;
	background: url(images/carpark.jpg) no-repeat;
}
#hotel {
	height: 160px;
	width: 240px;
	background: url(images/hotel.jpg) no-repeat;
}
#lounge {
	height: 160px;
	width: 240px;
	background: url(images/lounge.jpg) no-repeat;
}
#insurance {
	height: 160px;
	width: 250px;
	background: url(images/insurance.jpg) no-repeat;
}

#parkingform, #hotelform, #loungeform {
	float: left;
	margin: 0px 2px 5px 2px;
	background: #d8f0d9;
}
#parkingform {
	background: #f0d8d8;
	width: 252px;
}
#hotelform {
	background: #d8f0d9;
	width: 224px;
}
#loungeform {
	background: #f0d8f0;
	width: 280px;
	margin-left: 100px;
	float: none;
}

#parkingform, #hotelform, #loungeform, #parkingform select, #hotelform select, #loungeform select  {
	font-size: 85%;
}
#parkingform label, #hotelform label, #loungeform label  {
	width:60px;
	margin-left:  3px;
}
#parkingform h3, #hotelform h3, #loungeform h3  {
	font-size: 120%;
	padding: 3px;
}
#parkingform h3 {
	background: #b97f7f;
}
#hotelform h3 {
	background: #7fb982;
}
#loungeform h3 {
	background: #ad7fb9;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

label {
	float: left;
	width: 100px;
	margin: 5px 0px;
}

input, select, textarea {
	margin: 5px 0px;
}

#topnav {
	background: #73a3c5;
	color: white;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	position: absolute;
	width: 484px;
	left: 240px;
}

#left a, #topnav a {
	color: white;
	text-decoration: none;
}


