
    table.thumbs  {
          position : absolute;
          top : 480px;
          left : 295px;
          width : 520px;
          height : 180px;
      }
     table.tour {
          position : absolute;
          top : 170px;
          left : 130px;
          width : 575px;
      }
     table.esl {
          position : relative;
          top : 20px;
          left : 30px;
          width : 739px;
      }
    table.publish {
          position : relative;
          top : 20px;
          left : 85px;
          width : 629px;
      }
    table.lang{
          width : 237px;
          position : absolute;
          left : 20px;
          top : 180px;
	   z-index : 3;
      }
    table.language{
	background-color : #f0f0e2;
	width : 237px;
	position : absolute;
	left : 12px;
	top : 180px;
      }
    table.news {
          background-color : #f0f0e2;
          background-image : url(images/left_news2.jpg);
          background-repeat : no-repeat;
          width : 237px;
          height : 464px;
          position : absolute;
          left : 12px;
          top : 225px;
      }
    table.news2 {
          background-color : #f0f0e2;
          background-image : url(images/left_news2.jpg);
          background-repeat : no-repeat;
          width : 237px;
          height : 464px;
          position : absolute;
          left : 12px;
          top : 215px;
      }
    table.news3 {
          background-color : #f0f0e2;
          width : 237px;
          position : absolute;
          left : 12px;
          top : 245px;
      }
    table.tourbutton {
          background-repeat : no-repeat;
          width : 504px;
          height : 255px;
          position : absolute;
          left : 288px;
          top : 178px;
      }
    table.margin {
          position : relative;
          top : 0px;
          left : 30px;
      }
    table.request {
	  position : absolute;
	  top : 190px;
	  left : 30px;
      }
    span.header {
          font-size : 11pt;
          font-weight : bold;
          line-height : 11pt;
      }
     .thumbtext {
          font-size : 12pt;
          color : #131033;
          font-family : Times;
          font-weight : 400;
          text-decoration : underline;
      }
     links {
          font-size : 10pt;
          color : #800000;
          font-style : italic;
          text-decoration : none;
      }
    legend {
      font-size: 1.2em;
      font-weight: bold;
    }
    label {
      display: block;
      font-weight: bold;
      color: #666;
    }
    select {
      display: block;
      width: 100px;
    }
	select.replaced {
	display: none;
}
    ul.selectReplacement {
      margin: 0;
      padding: 0;
      height: 1.65em;
      width: 100px;
    }
    ul.selectReplacement li {
      background: #cf5a5a;
      color: #fff;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 1.7em;
      list-style: none;
      margin: 0;
      padding: 1px 12px;
      width: 76px;
    }
    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
      color: #fff;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #9e0000;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #9e0000;
      color: #fff;
    }
