body {
  background-color: #E5E5C3;
  font-family: Verdana, Arial, sans-serif;
}

#wrapper {
  width: 750px;
  margin: auto;
  background: white;
}

#thumbbar {
  padding: 0px;
  margin:  0px;
  margin-top: -4px;
  width: 133px;
  float: right;
}

#thumbbar img { 
  padding: 0px;
  margin: 0px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-left: 2px solid black;
  float: right; 
}

#content {
   padding: 0px;
   margin: 0px 140px 0px 140px;
}

#content h2 { font-size: 1.5em; font-weight: bold; }
#content h3 { font-size: 1.2em; font-weight: bold; }
#content img { float: left; margin: 0px 5px 5px 0px; }

.heading { font-size: 1.2em; font-weight: bold; margin: 0px; padding: 0px; }

#navbar {
  margin-top: -4px;
  font-size: 1px;
  width: 130px;
  background-image: url('/imgs/left.jpg');
  background-repeat: no-repeat;
  text-align: center;
  height: 512px;
  float: left;
}

.imglink a img
{
    border: none;
    text-decoration: none;
}

#navbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#navbar li {
  margin: 0px;
  padding: 0px;
}

#navbar li a {
  width: 118px;
  display: block;
  padding: 2px 0px 2px 0px;
  margin: 5px;
  text-align: center;
  font-size: 14px;
  border: 2px solid black;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: green;
}

#navbar li a.first {
  margin-top: 10px;
}

.first {
  border-top: 2px solid black;
}

#footer {
  font-size: 10px;
  text-align: center;
}

hr {
  visibility: hidden;
  line-height: 0px;
  clear: both;
}

td {
    text-align: center;
}

.tdfirst {
    text-align: left;
}

table {
    width: 450px;
}

.block {
  clear: left;
}

.imgblock {
    float: left;
    width: 150px;
}

.caption {
  width: 150px;
  font-weight: bold;
}
