/* This is the primary CSS */

body {
        margin: 0;
        font-family: Georgia, Arial;
        width: 100%;
}  
#content {
   position: absolute; left: 260px;
   width: 500px;
   background: #FFF;
   border: solid #066;   
}
#content h3 {
        font-size: 1.5em;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;         
}
#nav1 {
          position: absolute; left: 30px;
          width: 200px;
          font-weight: bold;
}
#nav2 {
        position: absolute; left: 800px;
        width: 200px;
        font-weight: bold;
}
ul li {
       list-style: disc;
       width: 150px;
       padding-top: 1em;
}
dl dd {
        padding-bottom: 1em;
}

    