﻿* {
  margin:0px;
  padding:0px;
  font-size:12pt;
  font-weight:normal;
  font-family: Futura, Arial Unicode MS, Helvetica;
  line-height:120%;
}
body {
  background-image:url('/images/bg.png');
  background-repeat:repeat-y;
}
img {
  border:0px;
 }
h1 {
  font-size:150%;
  font-weight:bold;
  color:#999966;
  text-align:center;
  margin-bottom:15px;
  font-style:italic;
}
p {
  margin:8px 0px 8px 0px;
}
#flower {
  position:absolute;
  background-image:url('/images/flower.png');
  width:166px;
  height:203px;
  background-repeat:no-repeat;
  z-index:95;
}
#bgTop {
  position:absolute;
  background-image:url('/images/bg_top.png');
  width:100%;
  height:162px;
  z-index:1;
}
#mainContent {
  position:absolute;
  top:162px;
  left:166px;
  padding:5px 50px 20px 50px;
  width:780px;
}
#leftNav {
  list-style-type:none;
  margin-top:203px;
  z-index:96;
}
#bottomNav {
  text-align:center;
  margin:5px 0px 5px 0px;
}
#copyright {
  text-align:center;
  color:gray;
  font-size:60%;
  margin: 5px 0px 5px 0px;
}
.honeymoonCabins {
  margin-left:166px;
}
.header {
  background-color:#FCEEDC;
  border:double 3px #C37B4D;
  width:100%;
  padding:3px;
  font-weight:bold;
  text-align:center;
}
#amenities1 
{
  float:left;
}
#amenities1 li, #amenities2 li
{
  margin-left:50px;
  margin-right:50px;
}
#amenities2
{
  float:right;
}
.b {
  font-weight:bold;
}
.white {
  color:white;
}
.errortext {
  color:#900000;
  font-weight:bolder;
 }
form select, form option, form input {
  font-size:10px;
}