#OuterContainer {
  min-height: 700px; }

#left {
  float: left;
  width: 30%;
  margin-top: 15px; }
  #left img {
    margin-bottom: 10px;
    border: solid 1px;
    padding: 7px;
    border-color: #494949; }

#right {
  float: right;
  width: 65%;
  margin-bottom: 40px;
  font-size: 1.1em;
  line-height: 1.5em; }

#title {
  background-color: #262626;
  padding: 13px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: solid 1px #494949;
  text-align: right; }
  #title h2 {
    font-size: 1.5em;
    color: #fb6400;
    margin-bottom: 4px; }
  #title p {
    margin: 0; }

#indicator {
  left: 710px; }
