body {
	background-image: url('images/mainbg.jpg');
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	height: 280px;
	padding-left: 889px;
	background: url('images/top.jpg') no-repeat top left;
	position: relative;
}
#header-inner {
	height: 280px;
	background: url('images/top-right.jpg') no-repeat;
	background-position: right top;
	padding-right: 131px;
}
#header img {
	position: absolute;
	left: 800px;
	bottom: 0px;
}
#nav {
	position: absolute;
	left: 0px;
	top: 315px;
	width: 225px;
	text-align: right;
	color: #4D3700;
}
#nav hr {
	height: 1px;
	border: none;
	background-color: #755718;
}
#nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	padding: 2px 10px 2px 2px;
	background-image: url('images/bullet1.jpg');
	background-repeat: no-repeat;
	background-position: 220px center;
	color: #8F8451;
	text-decoration: none;
}
#nav a:hover {
	background-image: url('images/bullet2.jpg');
	color: #FF8800;
}
#nav #languages {
	height: 40px;
}
#nav #languages ul {
	float: right;
}
#nav #languages li {
	float: left;
	margin-left: 6px;
}
#nav #languages a {
	padding: 0;
}
#nav #languages img {
	border: 1px solid #fff;
}
#nav #thumbnails {
	margin-top: 20px;
}
#nav #thumbnails li {
	display: block;
	margin-bottom: 12px;
}
#nav #thumbnails a {
	margin: 0;
	display: inline;
	padding: 0;
}
#nav #thumbnails img {
	border: 4px solid #fff;
}
#booking img {
	border: none;
}
#rightcol {
	position: absolute;
	left: 800px;
	top: 315px;
	width: 220px;
	text-align: left;
	color: #4D3700;
}
#rightcol hr {
	height: 1px;
	border: none;
	background-color: #755718;
}
#rightcol ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#rightcol li {
	margin: 0;
	padding: 0;
}
#rightcol li a {
	display: block;
	padding: 2px 2px 2px 10px;
	background-image: url('images/bullet1.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	color: #8F8451;
	text-decoration: none;
}
#rightcol li a:hover {
	background-image: url('images/bullet2.jpg');
	color: #FF8800;
}
#content {
	position: absolute;
	left: 258px;
	top: 300px;
	width: 525px;
	padding-bottom: 40px;
	color: #5A482D;
}
#content p {
	color: #5A482D;
	margin: 15px 0 0 0;
	text-align: justify;
}
#content h1 {
	color: #5A482D;
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: normal;
}
#content a {
	color: #FF8800;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content img {
	border: 5px solid #ffffff;
}
#content .appinfo {
	border-top: 1px solid #5A482D;
	border-bottom: 1px solid #5A482D;
	padding: 15px 0;
	margin-top: -1px;
}
#content .appinfo table {
	border-top: dashed #908452 1px;
}
#content .appinfo td {
	font-size: 14px;
	text-align: left;
	border-bottom: dashed #908452 1px;
}
#content .appinfo .header_row td {
	text-align: center;
	font-size: 14px;
}
#content .appinfo .price {
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	width: 180px;
}
#content .appinfo h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#content .appinfo em {
	font-size: 10px;
}
#booking-form {
	width: 450px;
	margin: auto;
	padding: 30px 0;
	text-align: left;
}
#booking-form table {
	width: 100%;
}
#booking-form th {
	width: 150px;
	font-weight: normal;
}
#booking-form th, #booking-form td {
	padding: 5px 0;
	vertical-align: middle;
}
#booking-form table input, #booking-form table textarea, #booking-form table select {
	border: 1px solid #C2BEAD;
	padding: 3px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#booking-form table input {
	width: 300px;
}
#booking-form table textarea {
	width: 440px;
	height: 75px;
}
#booking-form fieldset {
	margin: auto;
	margin-bottom: 15px;
	border: 1px solid #C2BEAD;
}
#booking-form legend {
	font-size: 14px;
	padding: 0 10px;
}
#booking-form .button {
	border: 1px solid #C2BEAD;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
#booking-form .message {
	margin-bottom: 20px;
	border: 1px solid;
	padding: 10px;
	font-weight: bold;
}
#booking-form .message.success {
	background: #efe;
	color: #090;
	border-color: #090;
	text-align: center;
	font-size: 14px;
}
#booking-form .message.error {
	background: #fee;
	color: #f00;
	border-color: #f99;
}