a {
  color: #535353;
  text-decoration: underline;
}
a:hover {
  color: #535353;
}
#content {
  background-color: #fff;
  padding-top: 20px;
}
#content_wrap {
  background-color: #fff;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
#page {
  background-image: url('bg.jpg');
  background-repeat: repeat-x;
  background-color: #0078FA;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
#txt {
  background-image: url('about_bg.jpg');
  background-repeat: no-repeat;
  background-color:  #fff;
  background-position: bottom left;
  color: #535353;
  padding: 0px 45px 150px 45px;
  min-height: 300px; 
  height: auto !important;
  height: 300px;
  margin: 0px;
}
h1 {
  background-image: url('bf_blue.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 20px 0px 0px 60px;
  text-transform: none;
}
blockquote {
  color: #535353;
  font-weight: bold;
}
#txt a {
  color: #535353;
}
#txt ul li {
  font-weight: bold;
}
#nav {
  width: 100%;
  text-align: center;
}
#nav a {
  padding: 2px 0px;
  white-space: nowrap;
}
