body, html {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 14px 0 9px 0;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h2 {
	margin: 11px 0 5px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

h2 a:visited {
	text-decoration: none;
	color: #000;
}

h2 a:hover {
	text-decoration: none;
	color: #fb881e;
}

p {
	margin: 0 0 7px 0;
}

#container {
	background: #fff;
	margin: 10px auto 0 auto;
	width: 900px;
}

/* Head - including navigation */
#header {
	width: 511px;
	height: 12px;
	float: left;
	padding: 185px 0 0 50px;
	background-image: url(img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

#header a {
	margin: 0 0 0 20px;
	color: #000;
	text-decoration: none;
}

#header a:visited {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #fb881e;
	text-decoration: none;
}

#header a:active {
	color: #ff3333;
	text-decoration: none;
}

/* Main Content Panel */
#content {
	float: left;
	margin: 0 0 0 70px;
	width: 466px;
	padding: 15px 25px 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #fb881e;
	text-decoration: none;
}

#content a:active {
	color: #ff3333;
	text-decoration: none;
}

/* Floated Box */
.box {
	float: right;
	margin: 14px 25px 0 0;
	height: 104px;
	width: 170px;
	padding: 20px 11px 5px 19px;
	background: #fff url(img/box-bg.jpg) top left no-repeat;
}

.price {
	font: 14px Arial, Helvetica, sans-serif bold;
}

/* Right Panel */
#rightpanel {
	float: right;
	width: 289px;
	padding: 155px 0 0 50px;
	background-image: url(img/header_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.thumbs {
	margin: 0 5px 5px 0;
}

.largethumb {
	margin: 10px 0 0 0;
}

.smalltype {
	font: 10px Arial, Helvetica, sans-serif;
}

/* Footer */
#footer {
	float: left;
	height: 40px;
	width: 900px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	display: block;
}

#footertext {
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

#footertext a {
	text-decoration: none;
	color: #000;
}

#footertext a:hover {
	text-decoration: none;
	color: #fb881e;
}

/* Calender */
#calander {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #FFA932;
	background-image: url(img/cal/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FAFBFF;
}
#calander a {
	font-weight: bold;
	color: #4589D2;
	text-decoration: none;
}
#cal_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
}
.day_font {
	color: #797A7C;
	font-weight: bold;
}
.cal_day {
	border: 1px solid #E6E6E8;
	background-color: #FAFBFD;
	text-align: center;
}
#cal_month_year {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E8;
	border-bottom-color: #E6E6E8;
	background-color: #FFFFFF;
	text-align: center;
}
#cal_month_year_left {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E8;
	border-bottom-color: #E6E6E8;
	border-left-color: #E6E6E8;
}
#cal_month_year_right {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #E6E6E8;
	border-bottom-color: #E6E6E8;
	border-right-color: #E6E6E8;
}
.booked_day {
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #E6E6E8;
	color: #2CA136;
	font-weight: bold;
}
#current_day {
	background-color: #FDCCC1;
	text-align: center;
}
#booking_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
