img {
  border: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #000000;
}

#nav {
  font-family: sans-serif;
  font-size: 10pt;
  background: #FFFFFF;
  position: absolute;
  line-height: 12px;
  top: 100px;
  left: 100px;
  width: 160px;
  height: 630px;
}

#content {
  background: #FFFFFF;
  position: absolute;
  top: 100px;
  left: 260px;
  width: 600px;
  height: 400px;
}

#about {
  font-family: sans-serif;
  font-size: 10pt;
  background: #FFFFFF;
  position: absolute;
  overflow: auto;
  float: left;
  top: 100px;
  left: 260px;
  width: 600px;
  height: 550px;
}

#contact {
  font-family: sans-serif;
  font-size: 10pt;
  background: #FFFFFF;
  position: absolute;
  overflow: auto;
  float: left;
  top: 100px;
  left: 260px;
  width: 600px;
  height: 550px;
}
#tagline {
  background: #FFFFFF;
  position: absolute;
  top: 510px;
  left: 260px;
  width: 600px;
  height: 100px;
  font-family: sans-serif;
  font-size: 8pt;
  font-style: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#thumbs {
  background: #FFFFFF;
}

#scroll-div {
  background: #FFFFFF;
  position: absolute;
  overflow-y: hidden;
  float: left;
  top: 540px;
  left: 260px;
  height: 100px;
  width: 600px;
  margin:5px 0px;
}

#footer {
  font-family: sans-serif;
  font-size: 8pt;
  border-top-style: solid;
  border-width: 1px;
  padding-top: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 690px;
  left: 260px;
  width: 600px;
  height: 30px;
}

#footer-index {
  font-family: sans-serif;
  font-size: 8pt;
  border-top-style: solid;
  border-width: 1px;
  padding-top: 5px;
  background: ffffff;
  position: absolute;
  top: 540px;
  left: 260px;
  width: 600px;
  height: 30px;
}

.left-element {
  float: left;
  width: 49%;
}

.right-element {
  float: right;
  width: 49%;
  text-align: right;
}

.border-top-bottom {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-width: 1px;
}

a {
  text-decoration: none;
}
