body{
	background-color:#a3b18d;
	margin:0;
	color:#333333;
	font-size:small;
}
h1{
	font-size:medium;
	margin-top:3px;
	margin-bottom:8px;
}
h2,h3,h4,h5,h6,p,ul,ol{
	font-size:small;
	margin-top:3px;
	margin-bottom:3px;
}
p,ul,ol{
	margin-bottom:3px;
}
a{
	color:#003366;
	font-weight:bold;
}
a:link, a:active, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0px;
}
#main{
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: auto;
	padding: 0px;
	width: 780px;
	background-color:#CCCCCC;
}
#banner{
	position:absolute;
	top:0px;
	left:0px;
	height:265px;
	width:780px;
}
#left{
	display:none;
	position:absolute;
	top:239px;
	left:0px;
	width:150px;
	height:300px;
	background-color:#669966;
	border-left:2px solid white;
	border-right:2px solid white;
}
#right{
	position:absolute;
	top:239px;
	right:0px;
	width:260px;
	height:300px;
	background-color:#EBEBEB;
}
#centre{
	position:absolute;
	top:239px;
	left:0px;
	width:520px;
	height:300px;
	background-color:#d2d9c5;
}
#centrecontent{
	padding:20px;
}
#footer{
	position:absolute;
	left:0px;
	top:1000px;
	width:780px;
	visibility:hidden;
}
#bannertxt{
	position:absolute;
	top:189px;
	left:0px;
}
#right img{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
#buttons1{
	position:absolute;
	top:195px;
	right:5px;
	width:500px;
}
#buttons2{
	position:absolute;
	top:217px;
	right:5px;
	width:500px;
}
#buttons1 img{
	float:right;
	border:0;
	margin-left:5px;
}
#buttons2 img{
	float:right;
	border:0;
	margin-left:5px;
}
#copyright{
	position:absolute;
	top:15px;
	left:0px;
	color:#333333;
	font-size:x-small;
}
#siteby{
	position:absolute;
	top:15px;
	right:0px;
	color:#333333;
	font-size:x-small;
	text-align:right;
}
#siteby a:link, #siteby a:visited, #siteby a:active{
	color:#333333;
	text-decoration: none;
	font-weight:normal;
}
#siteby a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
table.booking{
	border-collapse:collapse;
	background-color:#e4e8da;
	margin-right:10px;
	width:140px;
	font-size:8px;
}
table.booking td.month, table.booking tr.month{
	color:#ffffff;
	background-color:#907468;
	text-align:center;
	font-size:10px;
}
table.booking td{
	border:1px solid white;
	text-align:center;
}
table.booking td.booked{
	color:white;
	background-color:#db6f6f;
}
table.booking td.lowseason{
	color:white;
	background-color:#bcc7a3;
}
table.booking td.midseason{
	color:white;
	background-color:#808D54;
}
table.booking td.highseason{
	color:white;
	background-color:#5C673D;
}
