#wrapper {
	width: 900px;
	background-image: url(images/outer_wrapper_left.jpg);
	position: relative;
	right: 840px;
	background-repeat: no-repeat;
	float: left;
	background-position: right top;
	
}
#wrapper2 {
	background-color: #FFFFCC;
	width: 900px;
	position: relative;
	right: 30px;
	float: left;
}

body {
	background-image: url(images/main_bg.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#page {
	width: 840px;
	position: relative;
	left: 900px;
}
#wrapper3 {
	background-image: url(images/outer_wrapper_right.jpg);
	width: 900px;
	overflow: hidden;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.rightbold {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

#right_col img {
	margin: 0px;
	padding: 0px;
}
#right_col p {
	font-size: 1.1em;
	color: #663300;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	color: #CCCCCC;
	background-color: #000000;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E1B533;
}
#footer img {
	padding: 10px;
}
#footer a {
	float: right;
	color: #E1B533;
}
#footer p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	color: #E1B533;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 20px;
}



#nav {
	height: 26px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#left_col {
	float: left;
	width: 420px;
}
#right_col {
	float: left;
	width: 420px;
}
#nav a {
	font-size: 1.3em;
	color: #E1B433;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 29px;
	padding-left: 28px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 21px;
	padding-bottom: 0px;
	margin-top: 1px;
}
#nav .noborder {
    border:none;
}
#left_col h1 {
	font-size: 1.5em;
	color: #663300;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#left_col p {
	font-size: 1.1em;
	color: #663300;
	padding-right: 10px;
	padding-left: 10px;
}

#nav a:hover {
	text-decoration: underline;
}


#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#booking_form {
	margin-left: 9px;
}
#booking_form td {
	font-size: 1.1em;
	color: #663300;
	padding-right: 20px;
}
#right_col h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #663300;
	margin-left: 10px;
}
#left_col a {
	color: #663300;
}
#right_col a {
	color: #663300;
}
