
			
#navbar { width: 15%; float: left; padding: 10; background: #000000;
        border-top: 2px solid #f3f3f3;
        border-left: 2px solid #f3f3f3;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        }

#navbar ul {  margin:0;
              padding:0;
              list-style:none
           }
#navbar li { font-family: Comic Sans MS; line-height: 155%; }
#navbar a       { text-decoration: underline; font-weight: bold }
#navbar a:hover { text-decoration: none  }

#main { margin-top: 0; width: 620px; float: left; padding: 0 10; text-align: center }
#main h1 { background: #82ACF6; width: 600;
           border-top: 2px solid #eee;
           border-left: 2px solid #eee;
           border-right: 2px solid #333;
           border-bottom: 2px solid #333;
           margin: 0; clear: both}
