body { 
       font-family:'Trebuchet MS', sans-serif;
       }

#site_container { 
                  color: black;
                  background-color: white;
                  width: 1000px;
                  min-width: 1000px;
                  }

#top_container { 
                 width: 1000px;
                 height: 60px;
                 margin-bottom: 60px;
                 }

#logo {  
        width: 300px;
        float: left;
        }

#pushdown { 
            float: left;
            border: solid 1px white;
            height: 30px;
            background-color: #D68003;
            width: 696px;
            }

#spacer { 
          float: left;
          border: solid 1px white;
          height: 30px;
          background-color: #D6AD44;
          width: 300px;
          }

#contact { 
           float: left;
           border: solid 1px white;
           height: 30px;
           background-color: #AF9256;
           width: 97px;
           }

#contact a { 
             font-size: 1.1em;
             line-height: 40px;
             float: right;
             margin-right: 5px;
             color: white;
             }

#list { 
        float: left;
        border: solid 1px white;
        height: 30px;
        background-color: #663300;
        width: 97px;
        }

#list a { font-size:1.1em; line-height:40px; float:right; margin-right:5px; color:white; }


#download { 
            float: left;
            border: solid 1px white;
            height: 30px;
            background-color: #660000;
            width: 97px;
            }

#download a { 
              font-size: 1.1em;
              line-height: 40px;
              float: right;
              margin-right: 5px;
              color: white;
              }


#example { 
           float: left;
           border: solid 1px white;
           height: 30px;
           background-color: #996633;
           width: 97px;
           }

#example a { 
             font-size: 1.1em;
             line-height: 40px;
             float: right;
             margin-right: 5px;
             color: white;
             }

.question {
            color: #660000;
            font-weight: bold;
            margin-left: 20px;
            margin-right: 20px;
            font-size: 1.2em;
            }

.answer { 
          margin-bottom: 80px;
          margin-left: 20px;
          margin-right: 20px;
          font-size: 1.1em;
          }

.accent { 
          margin-left: 20px;
          margin-right: 20px;
          font-size: 1.2em;
          font-weight:bold;
          color: #663300;
          }

/* so internal anchors aren't cut short when jumping */
#bottom_space { 
                float: left;
                height: 1000px;
                }


ol em { 
        color: red;
        }
