@charset "utf-8";
/* CSS Document */
body {
	font: 100% "Trebuchet MS", Ariel;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
#container {
	background: #FFFFFF;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	background: #BF9F62;
	margin: 0px;
	height: 30px;
	padding: 0px;
}
#nav ul {
	padding: 0px;
	margin: 0px 0px 0px 400px;
}
#nav li {
	font-size: 90%;
	list-style: none;
	display: inline;
}
#nav a {
	display: block;
	width: 120px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	text-align: center;
	text-transform: uppercase;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #8F2927;
	text-decoration: none;
	background: #FFFFFF;
}
#nav ul li a.active {
	color: #8F2927;
	background: #FFFFFF;
}
#content_left {
	float: left;
	width: 420px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}
#content_left h2 {
	color: #BF9F62;
}

#content_right {
	font-size: 90%;
	float: right;
	width: 270px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
	padding-left: 22px;
	text-align: justify;
}
#content_right h4 {
	font-weight: bold;
	color: #8F2927;
}
#content {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 90%;
	text-align: justify;
}
#content h4 {
	font-weight: bold;
	color: #8F2927;
}



#hours {
	border: medium solid #BF9F62;
	text-align: center;
	padding: 10px;
	background: #F5F0E7;
	color: #000000;
}
#bookings {
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 90%;
	text-align: justify;
}
#bookings a:link, #bookings a:visited {
	color: #000000;
	text-decoration: none;
}
#bookings a:hover, #bookings a:active {
	color: #8F2927;
	text-decoration: underline;
}
#altnav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#altnav li {
	display: inline;
}
#altnav a:link, #altnav a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#altnav a:hover, #altnav a:active {
	color: #8F2927;
	text-decoration: none;
	font-size: 90%;
}




#footer {
	background: #000000 url(images/Ord_footer.jpg);
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 10px 0px;
	line-height: 17px;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#HDS {
	font-size: 80%;
	color: #BF9F62;
	text-align: center;
	margin: 10px 0px 20px;
	padding: 0px;
	height: 30px;
}
#HDS a:link, #HDS a:visited {
	color: #BF9F62;
	text-decoration: none;
}
#HDS a:hover, #HDS a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	display: inline;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}
