body {
	background: #0065B3;
	margin: 10px;
}

div {
	padding: 0;
}

input,
select {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#header {
	width: 669px;
	height: 69px;
	background: url('../img/header.png');
	margin-bottom: 10px;
	margin-top: 0;
}

#nav {
	position: relative;
	top: 31px;
	left: 230px;
	height: 38px;
}

#nav a {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
}

#home {
	width: 62px;
}

#airport-list {
	width: 113px;
}

#hotels {
	width: 81px;
}

#car-rental {
	width: 105px;
}

#travel {
	width: 73px;
}

#wrapper {
	width: 671px;
	text-align: left;
}

#errors {
	display: none;
}

#footer {
	clear: left;
	padding-top: 10px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #C4E6FF;
}

#footer strong {
	color: #91D0FF;
}

#footer a {
	color: white;
	text-decoration: none;
}

#state {
	position: absolute;
	width: 145px;
}

#airport {
	position: absolute;
	width: 184px;
}

#search-button-1 {
	position: absolute;
	width: 64px;
	height: 24px;
}

#icao {
	position: absolute;
	width: 65px;
	height: 18px;
	border: none;
	background: white;
	color: black;
}

#search-button-2 {
	position: absolute;
	width: 64px;
	height: 24px;
}