div#container {
  width: 900px;
  padding: 0 5px 0 5px;
  border-bottom: 5px solid #c1c1c1;
  background-color: #fff;
}

div#content {
  width: 880px;
  padding: 10px 10px 0 10px;
}

/* Header and Navigation */
div#header {
  margin-bottom: 0;
}

div#header p {
  float: right;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #ccc;
}

div#calendars {
  margin-bottom: 10px;
  padding: 10px;
  color: #000;
  background-color: #ccc;
}

div#calendars a {
  color: #cc1818;
  font-weight: bold;
}

/* Content */
div#content h2 {
  margin: 10px 0 0 0;
}
div#content div#focus div {
  float: left;
}
  div#content div#focus div p {
    width: 280px;
    margin: 0 0 5px 0;
    font-size: 11px;
    line-height: 18px;
  }
    div#content div#focus div p.logos {
      margin: 0 0 -10px 0;
      padding: 15px 0 0 0;
    }
  div#content div#focus div#hyster {
    margin: 25px 0 20px 55px;
    width: 325px;
    height: 166px;
    border: 1px solid #d7d7d7;
  }
    div#content div#focus div#hyster * { display: block; float: left; }
    div#content div#focus div#hyster img { margin-top: 16px; }
    div#content div#focus div#hyster p { width: auto; }
    
  div#content div#focus div#promo {
    margin: 25px 0 20px 46px;
    width: 398px;
    height: 168px;
/*    border: 1px solid #d7d7d7;*/
  }
  
  