html {background: #dcdcdc;
}

#galleryname {
  position: absolute;
  clear: both;
  right: 0px;
  top:129px;
  height: 45px;
  width: 970px;
  padding: 12px 0px 0px 30px;
  margin: 18px 0px 0px 0px;
  border-bottom: 1px dotted #155F83;
background: #F7F6EE;
}

#image {
  width: 55%;
  min-height: 400px;
  padding: 100px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #740000;
  clear: both;
  margin: 0px;
top: 129px;
right: 30px;
}



#text {
  position: relative;
  min-height: 1219px;
height: 100%;
right: 0px;
width: 400px;
  top: 81px;
  margin-right: 10px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding: 8px 14px 8px 8px;
  text-align: left; /* Counteract to IE5/Win Hack */
  //border-left: 1px dotted #155F83;
background: #F7F6EE;
}

.image {
   overflow-x: hidden;
   overflow-y: auto;
}

.text {
   overflow-x: hidden;
   overflow-y: auto;
}

td {
  padding-right: 10px;
  vertical-align: top;
}

#image td img {
width: 250px;
margin-bottom: 10px;
background: #F7F6EE;
}

#image td {
padding-bottom: 15px;
}


#text img {
 height: 115px;
}



