body {
	padding: 0px;
	margin: 0px;
	background-color: #919115;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.shopSpacer {
	height: 31px;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#mainContainer {
	width: 702px;
	margin: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer #headerA {
	float: left;
	display: block;
	width: 297px;
	height: 119px;
	background-image: url(../images/headera.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#headerContainer #headerA h1 {
	display: none;
}

#headerContainer #headerB {
	float: left;
	display: block;
	width: 218px;
	height: 119px;
	background-image: url(../images/headerb.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#headerContainer #headerB h2 {
	display: none;
}

#headerContainer #headerC {
	float: left;
	display: block;
	width: 172px;
	height: 119px;
	background-image: url(../images/headerc.gif);
	background-position: top left;
	background-repeat: no-repeat;
}






#gnavContainer {
	background-image: url(../images/gnleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #BCB871;
	margin-bottom: 6px;
}

#gnavContainer #gnavSub {
	background-image: url(../images/gnright.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	text-align: center;
	height: 31px;
}




#contentContainer {
	background-image: url(../images/mtlc.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #DCD8B3;
}

#contentContainer #contentA {
	background-image: url(../images/mblc.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

#contentContainer #contentB {
	background-image: url(../images/mbrc.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

#contentContainer #contentC {
	background-image: url(../images/mtrc.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	padding: 6px;
	padding-bottom: 0px;
   clear: both;
}

#contentContainer #contentBase {
	background-image: url(../images/footertop.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 12px;
}








#footerContainer {
	background-image: url(../images/footerbase.gif);
	background-position: center top;
	background-repeat: no-repeat;		
	text-align: center;
	padding-top: 4px;
	color: #ffffff;
	font-weight: bold;
	height: 46px;
    clear: both;
}

#footerContainer #copyright {
	display: inline;
	float: left;
}

#footerContainer ul {
	display: inline;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerContainer ul li {
	display: inline;
	margin-left: 8px;
}

#footerContainer ul li a, #footerContainer ul li a:visited {
	text-decoration: none;
	color: #ffffff;	
}
#footerContainer ul li a:hover, #footerContainer ul li a:active {
	text-decoration: underline;	
}




/* Calendar Formatting */
#cc-leftA {
	float: left;
	width: 363px;
}

#cc-leftB {
	padding-top: 10px;
	float: left;
	width: 363px;
}

#cc-rightA {
	float: right;
	width: 320px;
}

#event_display h4 {
	margin: 0px;
	padding: 0px;
}

#event_display td b {
	display: block;
	width: 100px;
}

.full-display-box {
	margin-bottom: 10px;
}

#cc-a {
	background-image: url(../images/cc-tlc.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #BCB871;
}
#cc-b {
	background-image: url(../images/cc-trc.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
#cc-c {
	background-image: url(../images/cc-brc.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}
#cc-d {
	background-image: url(../images/cc-blc.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 6px;
}

#cc-content {
	display: block;
	padding-top: 6px;
	margin-bottom: 6px;
}

.calendar {
	font-size: 14px;
	font-weight: bold;
}

td.day-display {
	background-color: #DCD8B3;
}

.calendar th {
	padding-left: 36px;
	padding-right: 35px;	
	color: #fff;	
	background-color: #919115;
}

.calendar-month {
}

span.calendar-prev {
	font-size: 20px;
	font-weight: bold;
}

span.calendar-next {
	font-size: 20px;
	font-weight: bold;
}



#booking-enquiry th,
#contact-enquiry th {
	width: 80px;
	text-align: left;
	vertical-align: top;
}

#booking-enquiry td input, #booking-enquiry td textarea,
#contact-enquiry td input, #contact-enquiry td textarea {
	border: solid 1px #919115;
}

.enq-form-error {
	color: #cc0000;
	font-weight: bold;
}

hr {
	color: #DCD8B3;
   filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;	
}

#noUnder {
	font-size: 10px;
	text-decoration: none;
}

.textBlock {
	border-top: 2px solid #919115;
	border-bottom: 2px solid #919115;	
	padding: 4px;
	background-color: #A6A447;
	font-weight: bold;
	color: #fff;
}
.smallWidth {
	width: 200px;
}
.floatRight {
	float: right;
	margin-left: 4px;
	margin-top: 4px;	
}
.floatLeft {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
