	body {
		text-align: left;
		margin: 0px;
		padding: 0px;
		background-background: #FFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	div {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main {
		width: 950px;
		padding: 0px;
		margin: 0px auto 0px auto;
		background-color: #FFF;
	}
	#header {
		height: 16px;
		width: 950px;
		padding: 1px;
		margin: 0px;
		background-color: #D1E2FE;
		text-align: right;
		font-size: 11px;
		color: #036;
	}
	#header a {
		color: #036;
		text-decoration: none;
	}
	#header a:hover {
		color: #06C;
		text-decoration: underline;
	}

	.mainTable {
		width: 950px;
		padding: 0px;
		margin: 0px;
	}
	.menu {
		width: 250px;
	}
	.menuBG {
		background-image:  url(../IMAGES/menu_stretch.jpg);
		background-repeat: repeat-y;
		text-align: center;
	}
	.booking {
		width: 700px;
		height: 150px;
	}
	.txt {
		font-size: 12px ;
	}
	.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-size: 11px ;
		font-weight: bold;
		color: #036;
	}
h4 {
text-indent:20px;

}

	h1 {
		font-size: 24px ;
		font-weight: bold;
	}
	h2 {
		font-size: 16px ;
		font-weight: bold;
	}