@charset "UTF-8";
img { 
border: none; 
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 11px;
	line-height: 20px;
	background-color: #D8D6BD;
}
#top_fluid {
	background-image: url(../images/layout/topbanner.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
}
#top_fixed {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 110px;
}
#maincontent_fluid {
	background-image: url(../images/layout/backpattern.png);
	background-repeat: repeat;
}
#maincontent_fluid_gallery {
	background-image: url(../images/layout/backpattern.png);
	background-repeat: repeat;
	padding-bottom: 5px;
}
#maincontent_fixed {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/maincontent.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 460px;
}
#maincontent_fixed_gallery {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/maincontent_gallery.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 460px;
}
#maincontent_fixed_bookings {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	padding: 30px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
#maincontent_left {
	float: left;
	margin-left: 110px;
	width: 255px;
	text-align: center;
	padding-top: 185px;
}
#maincontent_right {
	float: left;
	margin-left: 38px;
	padding-top: 130px;
	width: 400px;
}
#div_home_picrow1 {
}
#div_home_picrow2 {
}
.img_thumb_100 {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#bottom_fluid {
	background-image: url(../images/layout/bottombanner.jpg);
	height: 120px;
	background-repeat: repeat-x;
	background-position: center top;
}
#bottom_fixed {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #610F19;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #610F19;
}
a:hover {
	text-decoration: underline;
	color: #610F19;
}
a:active {
	text-decoration: none;
	color: #610F19;
}
.----------FORM---------- {
}
#div_halfpage {
	float: left;
	width: 47%;
	margin-bottom: 1%;
	padding: 1%;
	margin-top: 0%;
	margin-right: 1%;
	margin-left: 0%;
	height: 25px;
	color: #666666;
	background-image: url(../images/layout/back_transp_grey.png);
}
#div_halfpage_button {
	float: left;
	width: 47%;
	margin-bottom: 1%;
	padding: 1%;
	background-color: #605A2E;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 0px;
	height: 25px;
}
#div_halfpage_empty {
	float: left;
	width: 47%;
	margin-bottom: 1%;
	padding: 1%;
	margin-top: 0%;
	margin-right: 1%;
	margin-left: 0%;
	height: 25px;
}
#input_field {
	padding: 1%;
	width: 48%;
}
#fieldset {
	border: 1px dotted #AAABAC;
}
#legend {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/layout/back_transp_grey.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#left {
	float: left;
	padding-right: 10px;
}
#right {
	color: #666666;
}
#button {
	color: #ECECEC;
	background-color: #605A2E;
	margin: 1px;
	padding: 2px;
	border: 1px solid #ECECEC;
}
.----------TABLE---------- {
}
.table_head {
	background-color: #ECECEC;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	width: 33%;
	color: #666666;
}
#textarea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	height: 80px;
	font-size: 11px;
}
.table_cell {
	text-align: left;
	padding: 5px;
	background-color: #CCCCCC;
	color: #666666;
}
.table_head2 {
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	color: #999999;
}
.table_button {
	text-align: left;
	padding: 5px;
	background-color: #605A2E;
	color: #666666;
}
.table_head_bookingsform {
	background-color: #ECECEC;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	width: 49%;
	color: #666666;
}
