body {
	font-family: arial, "lucida console", sans-serif;
	padding-left:25px;
	text-align:center;
	background:#eee;
	margin:0;
}

a img{
	border:0px;
}

#body{	
	width:795px;
	margin:auto;
	text-align:left;
	background:#fff;
	border:1px solid #000;
	border-top:none;
}

#crumbs{
	font-size:.75em;
}

h1{
	font-size: 1.1em;
}
h2{
	font-size: 1.0em;
}
#header img{
	border-bottom:1px solid #000;
}

#content{
	padding:5px;
}
#footer table{
	width:100%;
}
#footer{
	border-top:1px solid black;
	text-align:center;
	margin-top:10px;
	padding:10px;
	background:#ffa;
}
#footer p{
	font-size:11px;
	font-family: Arial, Verdana;
	margin:0;
	padding:0;
}

#cal{
	margin:auto;
}
#cal td{
	VERTICAL-ALIGN:top;
}
.calmonth *{
	margin:0;
	padding:0;
}
.calmonth{
	margin:auto;
}
.calmonth th{
	text-align:center;
	border:1px solid #eee;
}
.calmonth tr.days{
	font-size:.75em;
}
.calmonth td{
	width:25px;
	height:50px;
	background:#eee;
	margin:4px;
	text-align:center;
}
.calmonth td p {
	text-align:center;
	padding:2px 7px 0 7px;
}
.calmonth td.empty{
	background: #888
}
td.available {
	background:#8f8;
	text-align:center;
}
td.booked {
	background:#f88;
	text-align:center;
}

table.contact th{
        text-align:right;
        font-size:.8em;
}
input.styled, textarea.styled{
        width:400px;
}
textarea.styled{
        height:200px;
}
.error{
	color:#f00;
}

table.legend td p{
	margin:0;
	padding:3px;
}

.enquiry th{
	text-align:right;
	vertical-align:top;
}
input.styled{
	width:300px;
}
textarea.styled{
	height:150px;
	width:400px;
}

.prices{
	margin:auto;
}
.prices td, .prices th{
	padding:0 5px 0 5px;
}
.prices td{
	background:#eee;
	text-align:right;
}
.prices th{	
	text-align:left;
	background:#ddd;

}
.prices input{
	width:200px;
	margin:4px;
}

