.floatmain {
	position: absolute; right: 0; float: right;
}

h1.title {
	width: 500px;
	position: relative;
	top: 67px;
	left: 50px;
}

.gbox1, .gbox2, .gbox3 {
	background: #bce0f7; 
	border: 3px solid #fff; 
	overflow: auto;
	width: 470px; 
	padding: 10px;
	margin: 10px;
	font: 16px 'Arial Narrow', Arial, sans-serif;
}
.gbox1 {height: 150px; margin: 110px 10px 10px 10px;}
.gbox2 {height: 60px;}
.gbox3 {height: 60px;}
.reservations {text-align: center; font-size: 16px;  padding-top: 15px; font-weight: bolder; margin: 40px 20px 0 0; width: 400px; height: 30px; background: #f8e8aa; border: 2px solid #fff;}

/* The Gallery Image Boxing Stuff */

#gallery {position:relative; width:400px; margin:0; padding: 20px;}
#images {height:225px; margin-bottom:20px;}
#image {position:relative; width:400px; height:250px; padding:5px; background:#FFF url(images/loading.gif) center center no-repeat}

#image img {position:absolute; top:5px; left:5px;}
#thumbwrapper {margin-top:10px; padding:5px 0; width:400px; height:100px; }
#thumbarea {position:relative; overflow-x:auto;overflow-y:hidden; height:150px; width:400px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:1000px; }
#thumbs img {border: 3px solid #fff;}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}

#previmg {left:0; background:url(../images/left.gif) left center no-repeat; }
#previmg:hover {opacity:1;}
#nextimg {right:0; background:url(../images/right.gif) right center no-repeat;}
#nextimg:hover {opacity:1;}