#page {
  background-image: url(/images/nav-inside-repeat.jpg);
  background-repeat: repeat-y;
  width: 780px;
  background-color: #fbffd1;
  float: left;
}

#nav {
  background-image: url(/images/nav-inside.jpg);
  background-repeat: no-repeat;
  width: 275px;
  float: left;
}

#nav2 {
  background-image: url(/images/nav-inside2.jpg);
  background-repeat: no-repeat;
  width: 275px;
  float: left;
}

#content {
  float: left;
  padding: 20px;
  font-family: verdana;
  font-size: 12px;
  width: 465px;
}

#content img {
  border-bottom: solid 5px rgb(166,169,139);
  border-top: solid 2px rgb(166,169,139);
}

h2 {
  font-family: Times New Roman, Serif;
  font-size: 16px;
  font-weight: heavy;
}

h3 {
  font-size: 13px;
  font-weight: heavy;
}

#footer {
  color: #95C68E;
  clear: left;
}

.caption {
  background-color: rgb(166,169,139); 
  padding: 0 0 5px 0; 
  text-align: center; 
  margin-bottom: 4px; 
  color: white; 
  font-style: italic;
}