/* Home CSS Document */

#home{
  width: 920px;
  float: left;
}

#home_images{
  float: left;
  width: 680px;
  height: 265px;
  margin: 0px 0px 0px 240px;
  display: inline;
}

#home #recent_programs{
  margin-top: 0px;
}

#home #spotlight{
  margin: 0px;
  background: url(../images/css/background_home_spotlight.jpg) no-repeat;
  padding: 0px 0px 0px 45px;
}

#home #features{
  position: static;
  height: 320px;
  width: 350px;
  padding: 0px 0px 0px 45px;
  margin: 0px;
  display: inline;
  background: url(../images/css/background_home_features.jpg) no-repeat;
}

/*IE6 is incompetent*/
*html #home #features{
  width: 345px;
  overflow: hidden;
}