body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}

a {
	outline: none;
}

img {
	margin: 0px;
	padding: 0px;
}

div.fixer {
	clear: both;  /* avoids boxes around selection in firefox */
}

div.main_image {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

table.main_table {
	border-collapse: collapse;
	margin: 0px;
	width: 952px;
}

table.main_table td {
  color: #f5cb7c;
	padding: 0px;
	vertical-align: top;
}

table.main_table td.menu {
	background-repeat: no-repeat;
	background-position: left top;
	width: 271px;
}

table.main_table td.text {
	background: url(images/index_text.jpg) no-repeat left top;
	padding: 40px 15px;
	width: 292px;
	text-align: left;
}

table.main_table td.threepics {
	background: url(images/index_3pics.jpg) no-repeat left top;
	width: 359px;
}

table.main_table td.yellowbox {
	background: url(images/map_yellowbox.jpg) no-repeat left top;
	width: 673px;
	padding: 0px 0px 0px 8px;
}

#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 65px;
}

#navlist li {
	list-style: none;
}

#navlist a {
    display:block;
    width:180px;
    color:#f5cb7c;
    text-decoration:none;
    padding:8px 10px;
}

#navlist a:hover { 
    color: #ff9900;
}

#navlist a:active {
    color:#F5AB8E;
}

div.privacy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f5cb7c;
	background: #000000;
	text-align: left;
	padding-left: 50px;
}

div.map {
	color: #A50102;
	font-size: 14px;
	text-align: right;
	line-height: 2em;
}

div.map a {
	color: #FFFFFF;
	text-decoration: none;
}
div.map a:hover {
	color: #FAA804;
}

div.booking {
	color: #A50102;
	font-size: 14px;
	text-align: right;
	line-height: 2em;
}

div.bookingform {
	color: #F5cb7c;
	font-size: 22px;
	text-align: center;
	padding: 25px 25px
}

div.booking a {
	color: #FFFFFF;
	text-decoration: none;
}
div.booking a:hover {
	color: #FAA804;
}       

div.footer {
	background-position: top center;
	color: #555555;
	font-size: 10px;
	height: 25px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	width: 942px;
}
        .style1 {color: #FF9933}
        

div.footer a {
	color: #666666;
	text-decoration: none;
}
div.footer a:hover {
	color: #FAA804;
}
