/* Home CSS Document */

#home{
  float: left;
  width: 924px;
}

#features{
  float: left;
  width: 620px;
  height: 330px;
  padding: 11px 12px 12px 12px;
  background: url(../images/css/background_features.gif)  no-repeat;
}

#recent_programs{
  float: right;
  width: 250px;
  height: 145px;
  padding: 60px 6px 7px;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}

#service_times{
  float: right;
  width: 250px;
  height: 80px;
  padding: 5px 6px 7px;
  margin: 20px 0px 0px;
  background: url(../images/css/background_service_times.gif) no-repeat;
}

#home #marquee{
  float: left;
  width: 920px;
  padding: 30px 2px 30px;
}