html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:auto; /*get rid of scroll bars in IE */
/* */
}

* html {
height: 100%;
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */

}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:none; 
text-align: center;
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
color: white;
background-color: #ccc; 
}

* html body{
height: 100%;
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}



#screen {
background-color: #ececee; 
position: relative;
width: 750px;
text-align: left;
margin-top: 50px;
margin-left: auto; 
margin-right: auto;
border: 0px solid #F00;
}

#header {
position:relative;
width: 750px;
height: 100px;
}

#mainpic {
float: left;
width: 523px;
height: 320px;
background-color: #dfe;
border-right: 2px solid #FFF;
}


.smallpics {
float: left;
width: 73px;
height: 73px;
background-color: #edf;
border-right: 2px solid #FFF;
border-bottom: 2px solid #FFF;
}


#titlebar {
clear: left;
float: left;
width: 523px;
height: 30px;
background-color: #ccc;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

#titlebar h1 {
font-style: Garamond;
font-size: 20px;
margin-left: 30px;
margin-top: 2px;
}


#content {
float:left;
width: 525px;
height: auto; 
background-color: #fff;
border: 0px solid #f0f;
color: #000;
}

#content p {
font-family: verdana, arial, sans-serif;
font-size: 13px;
text-align: justify;
margin: 10px;
}

#content p a{
text-decoration: underline;
color: #AAA;
}

#botbar {
clear: both;
background-color: #ececee;
height: 28px;
width: 100%;
color: #aaa;
text-size:9px;
padding-top: 7px;
}
 
#bottext {
float: left;
margin-left: 10px;
text-size: 9px;
color: #000;
border: 0px solid #F0F;
}
 
#botlinks {
float: right;
margin-right: 4px;
margin-top: 4px;
border: 0px solid #F0F;
}

#botlinks ul {
list-style: none;
margin: 0;
padding: 0;
}

#botlinks li {
display: inline;
list-style: none;
margin-right: 5px;
padding: 1px 0px 1px 0px;
text-align: right;
font-size: 9px;
}


#botlinks a:link, #botlinks a:visited {
color: #333;
text-decoration: none;
}

#botlinks a:hover {
color: #888;
}

#botspacer {
position: relative;
background-color: #ccc;
height: 50px;
width: 100%;
}



h2 {
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
color: #FF72D4;
}

h5 {
color: red;
}

.imgright {
float:right;
margin: 10px;
}


#rightbar {
float: right;
margin-top: 10px;
width: 220px;
border: 0px solid #000;
}

#menu {
float: right;
margin: 0px;
padding: 0px;
border: solid 0px #040404;
font-size: 12px;
font-weight: bold;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
list-style: none;
margin-right: 10px;
padding: 1px 0px 1px 0px;
text-align: right
}

#menu a:link, #menu a:visited {
color: #000;
text-decoration: none; 
margin: 0px;
}

#menu a:hover {
color: #666;
}


#booking {
clear: right;
float: right;
margin-top: 20px;
margin-right: 10px;
padding-bottom: 10px;
width: 200px;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
font-size: 12px;
font-weight: bold;
color: #000;
text-align: center;
}





	
.table {
margin-left: 10px;
}

.table td {
margin: 3px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

.table tr {
margin: 3px;
padding: 0px;
background-color: #ccc;
}

.table th {
padding-left: 5px;
padding-right: 5px;
color: #000;
}

span.select { 
  position: absolute; 
  width: 190px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 21px; 
  padding: 0px; 
  color: #000; 
  font: 12px/21px arial,sans-serif; 
  background: url(select.gif) no-repeat;
  background-color: #ccc; 
  overflow: hidden; 
} 

.availability {
margin: 0px;
padding: 0px;
}

.termspart {
font-weight: bold;
margin-top: 10px;
margin-left: 5px;
}

.termspartlarge {
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-left: 5px;
}

.termssubpart {
font-style: normal;
font-size: 9px;
margin-left: 15px;
}