#static_with_sidebar {   width: 490px !important; }

#sidebar { width: 215px !important; }

#articles {
  
  list-style-position: outside;
  
  list-style-type: none;

  border-top: 4px solid #efefef; 
  
  border-bottom: 4px solid #efefef;
  
  background-color: #efefef;
   
  padding-bottom: 12px;
  
}
    #articles li {
    
      margin: 10px;
      
    }
    
    #articles li, #article {
      
      border: 1px solid #CBC469;
      
      padding: 20px 12px 25px 12px;
      
      background: url(/img/articles/bg_article.jpg) repeat-x top right;
      
      background-color: #fff;
    }
    
    
    #articles em, #article em {
    
      display: block;
      
      margin: .5em 0;
    }
    
    #articles .article_subtitle {
    
      margin-bottom: 1em;
    
    }