html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff url(images/background_content.gif);
}

td#top {
  height: 156px;
  background: #fff url(images/top.jpg) no-repeat;
}

td#menu {
  height: 35px;
  background: #fff url(images/menu.gif) no-repeat;
  font: bold 12px "Trebuchet MS", verdana, sans-serif;
  vertical-align: bottom;
}

td#menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

td#menu a:hover {
  color: #1f8fbc;
}

td#menu a#home { left: 274px; }
td#menu a#group { left: 300px; }
td#menu a#cruise { left: 320px; }
td#menu a#prices { left: 350px; }
td#menu a#contact { left: 380px; }

.logo {
  position:absolute;
  top:191px;
  height: 84px;
}

td#main {
  background: url(images/main_background.gif) no-repeat;
  vertical-align: top;
  font: 12px "Trebuchet MS", verdana, sans-serif;
  color: #464646;
}

td#main h1 {
  position: relative;
  top: 30px;
  left: 246px;
  font: bold 14px "Trebuchet MS", verdana, sans-serif;
}


td#main div#content {
  position: relative;
  top: 50px;
  left: 340px;
  font: 12px "Trebuchet MS", verdana, sans-serif;
  color: #464646;
  width: 420px;
}

td#main div#content img{
width:400px;
height:300px;
border:2px solid #057bb2;
}

td#main div#content img.small {
width:150px;
height:110px;
border:1px solid #057bb2;
float: right;
}

td#main div#content img.noborder {
border:none;
}

td#main div#content input, select {
  font: 12px "Trebuchet MS", verdana, sans-serif;
  color: #464646;
}

td#main div#content a {
  color: #1f8fbc;
  text-decoration: none;
}

td#main div#content a:hover {
  color: #464646;
  text-decoration: underline;
}

td#main div#content a#link {
  color: #1f8fbc;
  text-decoration: none;
  padding-left:195px;
}

td#main div#content a#link:hover {
  color: #464646;
}

td#main div#content h2 {
  font: bold 14px "Trebuchet MS", verdana, sans-serif;
}

td#main div#content h3 {
  font: bold 12px "Trebuchet MS", verdana, sans-serif;
}

td#main div#buspictures {
  position: relative;
  bottom: 0px;
  left: 4px;
  font: 12px "Trebuchet MS", verdana, sans-serif;
  color: #FFFFFF;
  width: 216px;
  margin-top:-105px;
  text-align:center;
}

td#main div#buspictures a{
  text-decoration:none;
  color: #FFFFFF;
}

td#main div#buspictures a:hover{
  color: #1f8fbc;
}


td#bottom a {
  color: #1f8fbc;
  text-decoration: none;
  position: relative;
}

td#bottom a:hover {
  color: #fff;
}

td#bottom a#curacaowildtours {left:30px;}
td#bottom a#telnr {left:100px;}
td#bottom a#email{ left:170px;}
td#bottom a#rights{ left:240px;}
td#bottom a#design {left:310px;}

td#bottom {
  background: url(images/bottom.gif) no-repeat;
  height: 26px;
  vertical-align: middle;
  font: 12px "Trebuchet MS", verdana, sans-serif;
  color: #208fbc;
  padding: 2px 2px 0px 2px;
}

