
html {
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  line-height: 1.3;
}

body {
  background-color:#000000;
  margin:0;
  padding: 0;
}

image {
  border: none;
  padding: 0;
  margin: 0;
}

#mainDiv {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
}

a {
  outline: none;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
 color: #00FF00;
}

#menu,
#sliding {
  height: 500px;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
}

#menu {
  width: 150px;
  text-align: right;
  position: fixed;
  z-index: 1000;
}
p{ z-index: 400; 
  margin-top: 0;
  padding-top: 0;
}
#menu ul {
  padding-top: 92px;
  margin-right: 20px;
  list-style: none;
}

#menu li {
  font-size: 13px;
  padding-bottom: 40px;
 line-height: .9;
}

#menu a {
  color:#00CCFF;
  font-size: 1.1em;
  font-family:Georgia, Verdana, Arial, serif;
  font-weight: bold;
}

#menu a:hover{
 color: #00FF00;
}
.contactLink,
#contact a {
  color: #330099;
}

#islandPage #island a,
#homePage #condo a,
#excursionsPage #excursions a,
#contactPage #contact a {
  color: #df00df;
}

#sliding {
  position: absolute;
  top: 0;
  left: 150px;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  width: 3250px;
  padding-right: 450px;
}

#unavia {
  position: fixed;
  top: 504px;
  left: 220px;
  z-index: 1000;
}

#unavia td{
  padding: 0;
  margin-top: 0;
}

#unavia td a{
  font-weight: bold;
  font-size: 16px;
}

#unavia img{
  padding-top: 3px;
  position: relative;
}

#siteInfo{
  position:absolute;
  top: 520px;
  text-align: right;
  width: 3800px;
  font-size: .9em;
 }

#siteInfo a{
  color: cyan;
}
#siteInfo a:hover{
  color: #00FF00;
}