/* Professional Party Rentals
Products Pages Stylesheet */
  
  #content {
    background-image: url("/images/bg_content_home.gif");
    background-repeat: repeat-y;
    }

  #content_main {
    float: center;
    width: 890px;
    }
  
  h2 {
    border: 0;
    }
  
  #spotlight_event {
    border-bottom: 1px solid #7F7F7F;
    margin-bottom: 16px;
    padding-bottom: 16px;
    }
  
  #spotlight_event img {
    float: left;
    margin: 0 10px 10px 0;
    }
  
  #spotlight_event p {
    margin: 0 0 0 30px;
    }

  #in_the_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
  
  #in_the_news ul li {
    line-height: 1.5em;
    margin-bottom: 1em;
    }