body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image: url(images/star_bkgd.gif);
}


div {
  border: 0px red solid;
}  

.page {
  text-align: center;
  width: 650px;
}

.header {
  width: 650px;
  height: 134px;
  vertical-align: top;
}

.header-left {
  width: 206px;
  float: left;
}  

.nav-buttons {
  text-align: right;
  vertical-align: bottom;
  float: left;
  height: 134px;
  width: 444px;
}  

.content {
  background-color: white;
  width: 648px;
  margin-top: 0;
  padding-top: 0;
  height: 100%;
  border: 1px solid white;
  margin-bottom: 5px;
  min-height: 400px;
}

.coming-soon {
  background-color: #c9e2af;
  background-image: url(images/coming_soon_header.gif);
  background-repeat: no-repeat;
  width: 183px;
  margin: 20px 25px 25px 25px;
  float: left;
}

.coming-soon h2 {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  height: 22px;
  border-bottom: 2px white solid;
  vertical-align: top;
  margin-top: 7px;
}

.coming-soon img {
  float: left;
  width: 58px;
  padding: 10px 10px 10px 0;
}

.coming-soon p {
  font-size: 11px;
  padding: 5px 10px 10px 10px;
  text-align: left;
  margin-bottom: 0;
}

.coming-soon-bottom {
  background-image: url(images/coming_soon_footer.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0;
} 

.right-column {
  margin-left: 225px;
  margin-top: 20px;
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 100%;
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #666666;
  margin-top: 5px;
  clear: both;
}

.announce {
  background-color: #d5d5d5;
  background-image: url(images/announce_header.gif);
  background-repeat: no-repeat;
  width: 380px;
  margin: 0px 10px 25px 0px;
  height: 100%;
  float: left;
}

.announce h2 {
  font-size: 14px;
  background-color: #666;
  text-align: left;
  vertical-align: top;
  height: 22px;
  padding: 0 0 0 10px;
  margin-top: 7px;
}

.announce p {
  font-size: 11px;
  padding: 5px 10px 10px 10px;
  text-align: left;
  margin-bottom: 0;
}

.announce-bottom {
  background-image: url(images/announce_footer.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0;
}  

.latest {
  width: 380px;
  text-align: left;
}

.latest h1 {
  font-size: 14px;
  font-weight: bold;
}

.latest p {
  font-size: 11px;
}

.right-column h3 {
  font-size: 16px;
  font-weight: bold;
  color: #618b35;
}

.right-column p {
  font-size: 12px;
}

.right-bottom {
  clear: left;
  font-size: 11px;
}

div.thumbnail {
  clear: left;
}
.thumbnail p {
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
}

.thumbnail img {
  float: left;
  border: 1px #333 solid;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 98px;
}

.thumbnail h3 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
