body { 
       font-family: Helvetica, Arial, sans;
       font-size: 12px;
}

#nav {
       position: absolute;
       left: 10px;
       top: 5px;
       font-size: 1.2em;
       width: 780px;
       border: dashed 1px;
}

#nav p {
         padding-left: 15px;
}

#nav a {
       text-decoration: none;
}

#nav a:hover {
               text-decoration: underline;
               background-color: lightgray;
}

#nav ul { 

}

#nav li {
          font-weight: bold;
          list-style: square;
}

#content {
           position: absolute;
           left: 15px;
           top: 155px;
           width: 600px;
}

#ads {
       position: absolute;
       left: 620px;
       width: 200px;
       top: 175px;
}

.image {
         float: right;
         margin: 0 0 0 20px;
         top: 0;
}

.clear {
         clear: right;
}

h1 { 
     border-bottom: dotted 1px;
}

h2 { 
     border-bottom: dotted 1px;
}

h3 { 
     border-bottom: dotted 1px;
     }