/*
-----------------------------------------------
Stylesheet: sanfrancisco.classicpartyrentals.com
Media: Screen
Author: Chris Abad
----------------------------------------------- */
  

/* ID/Class Styles
----------------------------------------------- */
  
  #content {
    background-image: url("/images/bg_content_home.gif");
    background-repeat: repeat-y;
    }

  #content_main {
    float: right;
    width: 405px;
    }
  
  #content_sidebar {
    float: left;
    width: 278px;
    }
  
  h2 {
    border: 0;
    }


/* Spotlight Event
----------------------------------------------- */
  
  #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 125px;
    }


/* In The News
----------------------------------------------- */

  #in_the_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
  
  #in_the_news ul li {
    line-height: 1.5em;
    margin-bottom: 1em;
    }