#main{
  padding-top: 80px;
  min-height: 400px;
}

#homepage-news{
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  color: #8e9090;
  padding: 3px 5px 3px 5px;
}
#homepage-news strong{
  color: #bdd500;
  padding-right: 15px;
}

#box1, #box2, #box3, #box4, #box5, #box6{
    background: url('../img/homepage-box.png') no-repeat 0% 100%;
    float: left;
    overflow: hidden;
    padding: 10px 5px 5px 5px;
    position: relative;
    width: 285px;
    height: 210px;
}
#box1, #box2, #box4, #box5{
  margin-right: 15px;
}
#box1, #box2, #box3{
  margin-bottom: 5px;
}
#box1 a, #box2 a, #box3 a, #box4 a, #box5 a, #box6 a{
  color: #4D4D4D;
  display: block;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  min-height: 200px;
}
#box1 a strong, #box2 a strong, #box3 a strong, #box4 a strong, #box5 a strong, #box6 a strong{
  color: #000;
  display: block;
  font-size: 1.25em;
  margin-left: -30px;
}
#box1 a:hover strong, #box2 a:hover strong, #box3 a:hover strong,
#box4 a:hover strong, #box5 a:hover strong, #box6 a:hover strong{
  color: #009fe3;
  text-decoration: underline;
}
#box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img{
  padding-right: 5px;
}