/* Home CSS Document */

#features{
  float: left;
  width: 760px;
  height: 345px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#marquee{
  float: left;
  width: 215px;
  margin: 0px 0px 0px 15px;
  display: inline;
}

#marquee ul{
  float: left;
  margin: 0px;
  padding: 0px;
}

#marquee ul li{
  list-style: none;
  width: 215px;
  height: 65px;
  padding: 0px 0px 15px;
}

#welcome{
  float: left;
  width: 495px;
  height: 125px;
  margin: 0px 0px 0px 15px;
  display: inline;
}

#welcome_text{
  float: left;
  font: 13px "Times New Roman", Times, serif;
  color: #333300;
  line-height: 19px;
  text-indent: 125px;
  width: 495px;
  height: 100px;
  padding: 25px 0px 0px;
  overflow: auto;
  background: url(../images/css/background_welcome.gif) no-repeat scroll;
}

#recent_programs{
  float: left;
  width: 495px;
  height: 27px;
  padding: 73px 0px 0px;
  margin: 0px 0px 0px 15px;
  display: inline;
  background: url(../images/css/background_recent_programs.jpg) no-repeat;
}

#recent_programs .title a{
  float: left;
  font: 12px "Times New Roman", Times, serif;
  color: #330000;
  width: 303px;
  margin: 4px 0px 0px 6px;
  display: inline;
}

#recent_programs .links{
  float: left;
  width: 184px;
}

#recent_programs .links ul{
  float: left;
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li{
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}