body {
  background-color: #ffffff;
  margin-top: 0px;
}

#main {
  position: relative;
  border: 0px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 800px;
    height: 130px;
    background: url(img/header.gif) no-repeat;
}

#body {
  position: relative;
  top: 140px;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}

#nav1 {
  position: absolute;
  height: 18px;
  top: 80px;
  left: 250px;
  width: 550px;
  font-size: 18px;
  font-weight: bold;
    line-height: 18px;
    text-align: right;
}

#nav2 {
    position: absolute;
    height: 18px;
  top: 105px;
  left: 250px;
  width: 550px;
  font-size: 18px;
  font-weight: bold;
    line-height: 18px;
    text-align: right;
}

div, td {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #333333;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0px;
    color: #928836;
}


a {
  color: #993300;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #928836;
}
a img {
    border: 3px solid #FFFFFF;
}
a:hover img {
  border: 3px solid #993300;
}

.topnav1 {
    color: #FFFFFF;
}
.topnav1:hover {
  color: #993300;
}
.basicCell {
    width: 25%;
    text-align: center;
}
.indexCell {
    width: 1%;
    text-align: center;
}
.thumb {
    width: 150px;
    height: 150px;
}
.thumbInd {
    width: 100px;
    height: 100px;
}
.front {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.frontInd {
    font-family: "comic sans ms", arial, 'sans serif';
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    line-height: 30px;
    color: #FF7F50;
    text-decoration: underline
}
.leftInd {
    border-color: #CC5D40;
    border-style: solid;
    border-width: 5px;
    border-top-width: 15px;

}
scrl
{
background-color:#00DDDD;
width:100px;
height:200px;
overflow: scroll
}
#imagescroll {
  width: 320px;
  height: 600px;
  overflow: auto;
}
.imagebordercolor {
    background-color: #666666;
}




