#body-box #featured-box {
  width: 358px;
  float: left;
}
#body-box #featured-box .featured-title {
  width: 358px;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 5px 0;
  padding: 7px 0 7px 0;
  border-top: 1px solid #ffe119;
}
#body-box #featured-box .featured-title {
  display: block;
}
#body-box #featured-box .featured-title a {
  color: #ffe119;
}
#body-box #featured-box .featured-title .movie-icons {
  display: block;
  float: right;
  padding: 0 0 5px 5px;
}
#body-box #featured-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width:358px;
}
#body-box #featured-box ul li {
  width: 169px;
  float: left;
  margin: 0;
  padding: 0;
}
#body-box #featured-box ul li.left{
margin: 0 20px 0 0;
}
#body-box #featured-box ul li.first {
width:358px;
float:left;
margin:0 0 0 0;
}
#body-box #featured-box ul li .featured-title {
  width: 169px;
  font-size: 0.9em;
text-align:left;
  }

#body-box #featured-box ul li.first .featured-title{
width:358px;

}

#body-box #featured-box ul li.last {
  margin: 0;
}


#body-box #welcome-box {
  width: 228px;
  float: left;
  margin: 0 0 0 30px;
}
#body-box #welcome-box h3 {
  width: 190px;
  margin: 0 0 1.4em 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.5em;
}


#body-box #news-box {
  width: 135px;
  float: left;
  margin: 0 0 0 30px;
  color: #ffe119;
}
#body-box #news-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#body-box #news-box ul li {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
#body-box #news-box ul li span.title {
  text-transform: uppercase;
}

div#news-box li span.title{
font-weight:bold;
}

div#featured-box span.title{
color:#ffe119;
}