	body {
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-background: #FFF;
	}
	div {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main {
		width: 750px;
		padding: 0px;
		margin: 0px auto 0px auto;
		background-color: #FFF;
	}
	#header {
		height: 16px;
		width: 750px;
		padding: 1px;
		margin: 0px;
		background-color: #D1E2FE;
		text-align: right;
		font: 11px Verdana;
		color: #036;
	}
	#header a {
		color: #036;
		text-decoration: none;
	}
	#header a:hover {
		color: #06C;
		text-decoration: underline;
	}

	.mainTable {
		width: 750px;
		padding: 0px;
		margin: 0px;
	}
	.menu {
		width: 250px;
	}
	.menuBG {
		background-image: url(../images/menu_stretch.jpg);
		background-repeat: repeat-y;
		text-align: center;
	}
	.booking {
		width: 500px;
		height: 150px;
	}
	.txt {
		font: 12px Verdana;
	}
	.txt a {
		color: #036;
		text-decoration: none;
	}
	.txt a:hover {
		color: #06C;
		text-decoration: underline;
	}
	.top20 {
		padding-left: 16px;
		margin-left: 16px;
		border-left: 1px solid #D1E2FE;
	}
	.top20 a {
		color: #036;
		text-decoration: none;
	}
	.top20 a:hover {
		color: 06C;
		text-decoration: underline;
	}
	
	#mainPlaces {
		font: 11px Verdana;
		font-weight: bold;
		color: #036;
	}

	h1 {
		font: 24px Verdana;
		font-weight: bold;
	}
	h2 {
		font: 16px Verdana;
		font-weight: bold;
	}