/* Home CSS Document */

#home_images{
  float: left;
  width: 770px;
  height: 320px;
  padding: 7px;
  background: url(../images/css/background_home_images.gif) no-repeat;
}

#bottom{
  float: left;
  width: 774px;
  height: 201px;
  margin: 0px 0px 0px 5px;
  display: inline;
  background: url(../images/css/background_bottom.jpg) no-repeat;
}

#bottom #spotlight{
  float: left;
  width: 470px;
  height: 180px;
  padding: 10px 0px 0px 10px;
}

#bottom #right{
  float: left;
  width: 260px;
  margin: 20px 0px 0px 18px;
  display: inline;
}

#bottom #right #links{
  float: left;
  width: 260px;
  padding: 0px;
}

#bottom #right #links ul{
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
}

#bottom #right #links ul li{
  float: left;
  padding: 0px;
  margin: 0px;
}

#bottom #right #links ul li a{
  padding: 0px;
  margin: 0px;
}

#bottom #right #email_signup{
  float: left;
  width: 248px;
  height: 24px;
  margin: 45px 0px 0px 0px;
  background: url(../images/css/background_signup.gif) no-repeat;
}

#bottom #right #email_signup input,
#bottom #right #email_signup img{
  float: left;
}

#bottom #right #email_signup .signup{
  float: left;
  width: 185px;
  margin: 0px 0px 0px 3px;
  display: inline;
  font: 11px Arial, Helvetica, sans-serif;
  background: none;
  border: none;
}