body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0 0 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #371A14;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #492322;
}
a:hover {
	text-decoration: none;
	color: #9F714B;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 22px;
	font-weight: normal;
}
#booking, #error, #thanks {
	background: url(images/frame.jpg);
	/*
	box size: 980 x 735
	content size with 130 padding: 720 x 475
	*/
	width: 720px;
	height: 475px;
	padding: 130px;
	margin: 0;
	overflow: hidden;
}

h2 {
	background: url(images/header.png) no-repeat;
	text-indent: -9000px;
	width: 700px;
	height: 50px;
	margin: 10px 0px 0px 10px;
}

#description {
	float:left;
	padding: 15px;
	width: 390px;	
}

#enquiry {
	float:left;
	padding: 15px;
	width: 270px;
}
img {border: none;}

#footer {
	margin: 10px 0;
	text-align: center;
	font-size: 80%;
}
.small {font-size: 80%;}
#error, #thanks {text-align: center;}

label {display:inline-block; width:85px;}
label.notme {display:inline;}
#rollover a {z-index: 100; position: absolute; left: 686px; top: 239px; background: url(images/sign.jpg) no-repeat; width: 190px; height: 120px; overflow:hidden; text-indent: -9000px;}
#rollover a:hover {background: url(images/light.jpg) no-repeat;}
#pax {width: 82px;}
