#cms #menu, #cms #footer
  { display:none }
  
#cms 
  {
    background: #1A1A1A;
  }  
  
#cms #wrapper
  { 
   width:100%;
  } 

#cms #header
  {
    background: url(../img/cms-header-bg.png) no-repeat  320px 0;
   width:auto;
    height: 40px;
    padding: 0;
    margin: 0;
  }  
  
#cms #logo
  {
    background: url(../img/cms-header-title.png) no-repeat;
    width:320px
    height: 40px; 
   }
   
#cms #content
  {
    background: #1A1A1A;
    width:800px;
    margin: 10px auto;
    float:none;
    font-family:"Helvetica Neue", Helvetica, sans;
    color:silver;


  }   

#cms #content .gutter
  {
    float:left;
      width:800px;
  }
  
#cms #picture
  {
    text-indent: -9999px;
    width: 690px;
    height: 300px;
    background: url(../img/cms-picture.png) no-repeat center;
   margin: 40px 0 40px;
  }  
  
#cms #content h2
  {
    color:white;
    font-family:"Helvetica Neue", Helvetica, sans;
    font-size:16px;
    margin: 0px 0 12px 0;
  }  
  
#cms #content h3
  {
    color:white;
    font-family:"Helvetica Neue", Helvetica, sans;
    font-size:14px;
    margin: 0 0 6px 0;
    font-weight: normal;
  }   
  
#cms .col
  {
    width:220px;
    float:left;
    padding: 10px;
  }  

#cms ul
  {
    margin-bottom: 18px;
  }  
  
#cms li
  {
    list-style-position: outside;
    list-style-type: circle;
    margin: 0 0 6px 16px
  }  
  
#cms .thumb
  {
    border: 4px solid #333;
    margin: 4px 0;
  }  