#about_us {
  text-align: left;
}

p:first-letter {
  color: #ff8c00;
  font-size: x-large;
}

#controls {
  width: 500px;
  float: right;
}

#controls #sub_control ul li {
  list-style-type: none;
}

#anch_accomp, #anch_hist {
  cursor: pointer;
}

#accomplishments, #page_nav, #about_us {
  display: none;
  clear: both;
  float: right;
  width: 500px;
}


a:hover {
  color: #ff8c00;
}

#controls img {
  border: 3px inset #ff8c00; 
}

div#sub_control {
  margin-bottom: 1em;
}

#accomplishments li {
  padding-bottom: .5em;
}

#car_img {
  margin: 0;
  padding: 0;
  position: relative;
}


