.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000033;
	text-decoration: none;
	line-height: normal;
	text-indent: 20px;
	padding-right: 20px;
	margin-top: 5px;
}
.background {
	background-color: #D7DDE9;
}
body {
	background-color: #D4DCE7;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #05061B;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url(img/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #B7494C;
	text-decoration: none;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-decoration: underline;
}
#nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.contact {
	height: 350px;
	width: 310px;
	float: left;
	padding: 8px;
}

.contact .contact_title {
	width: 90px;
	float: left;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
.contact .contact_info {
	float: left;
	height: auto;
	width: 200px;
	padding: 5px;
}
.booking {
	height: auto;
	width: 680px;
	float: left;
	padding: 8px;
}

.booking .booking_title {
	width: 300px;
	float: left;
	padding: 5px;
	text-align: right;
	font-weight: normal;
	line-height: 25px;
}
.booking .booking_info {
	float: left;
	width: 300px;
	padding: 5px;
	height: 25px;
}
.booking h3 {
	display: block;
	width: 650px;
	line-height: 18px;
	font-size: 14px;
	color: #B7494C;
	margin: 6px 0 3px 0;
}
