/* Home CSS Document */

#marquee{
  float: left;
  width: 705px;
  height: 445px;
  padding: 5px;
  background: url(../images/css/background_marquee.gif) no-repeat;
}

#nav_buttons{
  float: right;
  width: 235px;
  margin: 5px 0px 0px 0px;
  display: inline;
}

#features{
  float: right;
  width: 240px;
  margin: -460px 0px 0px 0px;
  display: inline;
}

