body { 
  font-family: Helvetica, Arial, Verdana, Geneva, Arial, helvetica, sans-serif; 
  font-size: 12pt;
  margin:0; 
  padding:0; 
  height:100%;
  min-height: 100%;
  color: #bbbbbb;
  background: #000000;
  overflow: hidden;
  border: 0;
  padding-top: 20px;
}

div.header {
  margin-left: 10px;
}

div.title {
  cursor: pointer;
  margin-top: 1px;
  margin-left: 10px;
  margin-bottom: 1px;
  border: solid 0px green;
  height: 17px;
}

img.title-img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  MozOpacity: 0.7;
  KhtmlOpacity: 0.7;
}

div.images {
  height: 200px;
  position: relative;
  padding-left: 8px;
}

div.section { 
  width: 100%;
  border: solid 0px green;
}

div.gallery { 
  width: 100%;
  height: 0px;

  display: block;
  overflow: hidden;

  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;

  /*border: solid 2px red;*/
    
  clear:both;

  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.contact-info { 
  margin-left: 2px;
  position: relative;
  top: 130px;
}


/* <div class="line"></div> */
.line {
  width: 100%;
  height: 0px;

  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ff6666;
    
  line-height: 1px;
  font-size: 1px;

  clear:both;
}

img {
  border-width: 0px
}

table { 
  border-width: 0px;
}

tr { 
  border-width: 0px;
}

td {
  border-width: 0px;
}

a { 
  border-width: 0px;
  moz-outline: none;
  outline: none;
}

/*****/

div {
  margin: 0px;
  padding: 0px;
}

div.main { 
  padding-top: 50px;
}

div.navigator {
  line-height: 1px;
  border: solid 0px red;
  margin: 0px;

  padding: 0px;
  overflow: hidden;
  height: 0px;
  width: 100%;
}



     
