/* Home CSS Document */

#home_images{
  float: left;
  width: 600px;
  height: 290px;
  margin: 0px;
  padding: 0px;
}

#features{
  float: left;
  width: 290px;
  height: 290px;
  margin: 0px;
  padding: 0px;
}

#spotlight{
  float: left;
  width: 600px;
  height: 250px;
  margin: 0px;
  padding: 0px;
}

#spotlight td.title{
  background:url(../images/css/background_spotlight_title.gif) repeat-x bottom;
  height: 22px;
  padding: 3px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
 }

#spotlight td.description{
  font-size: 10px;
 }
 
#spotlight td.description a:hover {
  text-decoration:underline;
 }

#marquee{
  float: left;
  width: 290px;
  height: 250px;
  margin: 0px;
  padding: 0px;
}

* html #marquee{
  float: left;
  width: 280px;
  height: 250px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
