@charset "utf-8";
/* CSS Document */

.contentHolder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 400px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	background-image: url(../images/ClientLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 900px;
}
.contentHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
	width: 890px;
	padding: 5px;
}
.contentFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
	width: 890px;
	padding: 5px;
}


.booking {
	height: 300px;
	width: 900px;
	text-align: center;
}
