body {
  margin: 0px;
  padding: 0px;
  font: normal 10px Verdana;
  color: #969696;
}

img {
  border:0px;
}

#outerWrapper {
  position: relative;
  width: 837px;
  height: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
  #innerWrapper {
    position: relative;
    text-align: left;
    width: 837px;
    height: 1000px;
  }


/* all the 'container' layout divs are this class */
.layoutContainer { position: absolute; }

#mainContainer {
  width: 750px;
  height: 500px;
  top: 97px;
  left: 33px;
  z-index: 1100;
}
  
  #header {
    width: 313px;
    height: 106px;
    top: -70px;
    right: -54px;
    /*same for all pages*/
    background: transparent url( ../images/header.gif) top left no-repeat;
    z-index: 1500;
  }
  
  #star {
    width: 329px;
    height: 355px;
    top: -12px;
    left: -22px;
    z-index: 1300;
  }
  
  #mainNav {
    width: 100px;
    height: 328px;
    bottom: 12px;
    left: 12px;
    z-index: 1200;
  }
    #mainNav ul  {
      position: relative;
      height: 328px;
      margin: 0px;
      padding: 0px;
    }
    #mainNav ul li {
      position: absolute;
      top: 0px;
      width: 26px;
      height: 328px;
      font-size:9px;
      overflow:hidden;
    }
    #mainNav ul li a,
    #mainNav ul li span {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-position: left bottom;
      background-repeat:no-repeat;
      text-indent:-9999px;
    }
      /*same for all pages*/
      #mainNavIbiza { left: 00px; background-image: url( ../images/left_nav_ibiza_off.jpg ); }
      #mainNavIagpt { left: 26px; background-image: url( ../images/left_nav_iagpt_off.jpg ); }
      #mainNavDj    { left: 52px; background-image: url( ../images/left_nav_dj_off.jpg );    }

  #subNav {
    width: 200px;
    height: 180px;
    top: 0px;
    left: 180px;
    z-index: 1400;
  }
    #subNav ul {display: none;}
    #subNavImage {
      width: 200px;
      height: 180px;
    }
  
  #mainContainerContent {
    width: 350px;
    height: 300px;
    top: 230px;
    right: 125px;
    z-index: 1500;
  }

  
#leftContainer {
  width: 399px;
  top: 586px;
  left: 0px;
  background: #000;
  color: #fff;
  z-index: 500;
}
  #leftContainerHeader {
    width: 399px;
    height: 60px;
  }
  #leftContainerContent {
    margin: 0px 25px 0px 32px;
  }
    #leftContainerContent p { margin-top: 0px; }

  #leftContainerFooter {
    width: 399px;
    height: 50px;
  }
    #leftContainerFooter.videoLink { height: 190px; }
    #leftContainerFooter a.arrowLink {
      display: block;
      position: absolute;
      right: 30px;
      bottom: 20px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
    }
    
  #leftContainerCopyright,
  #rightContainerCopyright,
  #mainContainerCopyright {
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    bottom: -100px;
  }


#rightContainer {
  width: 412px;
  top: 474px;
  right: 20px;
  background: #000;
  z-index: 2000;
}
  #rightContainerWrapper {
    position: relative;
    width: 412px;
    top: -6px;
    left: -6px;
    background: #fff;
    z-index: 2100;
    /* drop shadow div collapsed without border */
    border: 1px solid #fff;
  }
  
  #rightContainerHeader {
    width: 412px;
    height: 60px;
  }
  #rightContainerContent {
    margin: 0px 25px 0px 25px;
  }
    #rightContainerContent p { margin-top: 0px; }
    #rightContainerContent strong { color: #5A5A5A; }
  #rightContainerFooter {
    width: 412px;
    height: 50px;
  }
    #rightContainerFooter.videoLink { height: 190px; }

    #rightContainerFooter a.arrowLink {
      display: block;
      position: absolute;
      right: 30px;
      bottom: 20px;
      color: #333;
      font-weight: bold;
      text-decoration: none;
    }
