body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/hot-tub-background.gif);
	background-repeat:repeat;
	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;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Century Gothic";
	font-size: 13px;
}
.oneColFixCtrHdr #header {
	width: 860px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	border: 0;
	font-family: "Century Gothic";
	text-align:left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	border: 0;
	font-family: "Century Gothic";
	background-color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #navbar {
	width: 860px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	border: 0;
	font-family: "Century Gothic";
	text-align:left;
}
.oneColFixCtrHdr #picture1 {
	width: 200px;
	left: 10px;
	float:;
	margin: 0px;
	text-align: center;
}
.oneColFixCtrHdr #picture2 {
	width: 200px;
	left: 220px;
	float:;
	margin: 0px;
	text-align: center;
}	
body {
	font-family: Century Gothic;
	color: #1c4960;
	text-align: center;
}
td,th {
	text-align: left
}
ol,li {
	text-align: left;
	font:"Century Gothic";
	font-size:10px;
	font-weight:normal;
}
td,th #gazebo {
	text-align: center
}
a:link {
	color: #3891bf;
}
a:visited {
	color: #3891bf;
}
a:hover {
	color: #3891bf;
}
a:active {
	color: #3891bf;
}
h1 {
	font-size: x-large;
	text-align: center;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}

.phonenumberbox {
	font-family: "Century Gothic";
	background-color: #FFF;
	text-align: right;
	float: right;
	width: 167px;
	left: 682px;
	font-size: 12px;
}
.footercentre {
	text-align: center;
.centerimages {
	text-align: center;
}
.sidebar {
	width: 30%;
	float:right;
	margin: 0px;
	text-align: center;
	background-color: #3891bf;
	padding: 10px 10px;
	border: 1px dotted #CCC;
	border-top: 20px solid #1c4960;
}
.sidebar h2 {
	border: none;
	margin-top: 0;
	padding: 0;
}

.xmlsitemap {
	font-size: xx-small;
}
.oneColFixCtrHdr #rBox { 
	float: right;
	width: 150px; 		
	background-color: #3891bf;
	background-image:url(../images/BoxBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	color: #FFF
}
.oneColFixCtrHdr #rBox h3 {
	background-image:url(../images/BoxTop.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	margin: 0px;
	padding-left: 1em;
	padding-top: 1em;
}
.oneColFixCtrHdr #rBox p { padding: 1em;
}
.oneColFixCtrHdr # gazebo td,th
 {
	text-align: center
}
