#title h1 {
            position: relative;
            text-align: center;
            }

ul#menu li.active {
                    font-style: italic;
                    }

#menu {
        position: fixed;
        top: 100px;
        left: 0px;
        }


#content {
           position: absolute;
           top: 100px;
           left: 200px;
           }

#content h2:first-child { margin-top: 0; }
#content h1:first-child { margin-top: 0; }
#content p:first-child { margin-top: 0; }

