#yellow-band {
  height: 261px;
}

body {
  background: url(../images/yellow-header-subpage.jpg) no-repeat top center;
}

#header-subpage {
  width: 949px;
  height: 97px;
  background: url(../images/header-subpage.jpg) no-repeat top left;
  padding-top: 40px;
  padding-left: 35px;
}

#header-subpage h1 {
  color: #fff;
  font-size: 45px;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  margin: 0;
}

h1 {
  color: #ae0d0c;
  font-weight: normal;
  font-size: 30px;
}

h2 {
  color: #7c3d1a;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 5px;
  
}


#subpage-content {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #747474;
  font-size: 15px;
  margin-top: 10px;
  line-height: 23px;
  border-spacing: 15px;  
  width: 100%;
}

#subpage-content td {
  vertical-align: top;

}

#subpage-content .left {
  padding: 20px;
  padding-top: 0;
  border-right: solid #ecece9 1px;
}

#subpage-content .right {
  width: 300px;
  padding: 20px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.right .hr {
  margin-top: 20px;
  padding-bottom: 20px;
  height: 2px;
  border-top: solid #dcdcd6 1px;
}

#subpage-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subpage-menu a {
  display: block;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  color: #7f3c21;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#subpage-menu a:hover, #subpage-menu a.selected {
  color: #ae0d0c;
  background: url(../images/millbrook-bullet.jpg) no-repeat center left;
}

