<!--
#main {	width:100%;	position:absolute; margin: 0px; left: 0px; top: 0px; background: #887C50;}
#outer {width:700px; position:relative;	margin:0px;}
#banner {width:700px; position:relative;}
#navigation {width:700px; position:relative;}
#content {width:700px; float: left; position:relative; background: #FCF9F0}
#contentr {width:700px; float: left; position:relative; background-image: url(../images/content-bg.jpg);}
#bookings {width:700px; float: left; position:relative; background: #FFFFFF}
#left {	width:387px; float: left; }
#right {width:313px; float: right; }
#leftr {width:338px; float: left; background: #FFFFFF;}
#rightr {width:362px; float: right; }
#footer	{clear: both; background: #FFFFFF;}
#footer2 {clear: both; background: #887C50; padding-bottom : 60%;}

#dropinboxv2cover{
width: 500px; /*change width to desired */
height: 540px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 490px; /*change width to above width-20. */
height: 540px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: #FEEBC2;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

ul.red_dots { margin:0 0 0 15px; padding:0; }
	ul.red_dots li { list-style:none; background:url('../images/home/menu-item.jpg') 0px 7px no-repeat; padding:0 0 0 10px; }

-->

