#title {
  background: url(header.png) no-repeat 0 25px;
  width: 828px; height: 284px;
}

    #title span { display: none; }


#description { 
  margin-bottom: 1em;
 
  width: 828px;
  font-size: 17px;
  font-family: Georgia, Times New Roman, serif;
}



#questions { 
  width: 600px;
  height: 500px;
  margin: 0 auto; 
  padding-bottom: 50px; 
}

    #questions .mute { display: none; }
    
    #questions li {


color: #ff0000;
 font-size: 12px;
 line-height: 3em; 

}
    
    #questions a { color: #333; }
    
    #questions img {
      float: left;
      margin-right: 2em;
    }
    
   
    
#submit_button { clear: left; }

#score_graph { 
  margin: 0 auto; 
  padding-right: 125px;
}

#progress_container {  border: 1px solid #efefef;   }

#progress_container, #progress { height: 10px; } 

#progress { background-color: #746250; }

#results {
  color: #746250;
  margin-top: 1.5em;
  padding: .5em 0;
  border: 1px solid #746250;
}


