#marquee
{
  border-style: solid none none none;
  border-width: medium;
  border-color: #008000;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
}

#marquee .content
{
  padding: 16px;
  height: 218px;
  background-color: #C0C0C0;
}

#marquee .slide
{
  height: 250px;
  width: inherit;
  position: absolute;
  top: 0px;
  right: 0px;
}

#marquee .title
{
  font-size: 1.4em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  position: absolute;
}

#marquee .description
{
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  position: absolute;
  top: 120px;
  width: 300px;
}

#marquee .topBorder
{
  width: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
}
#marquee .bottomBorder
{
  position: absolute;
  width:940px;
  height: 75px;
  top: 176px;
  left: 0px;  
}