/* $Id: skel.css,v 1.1 2004/12/26 00:15:50 pelo Exp $ */

div#Header {
    /* position: fixed; */
    left: 1%;
    right: 1%;
    text-align: center;
    background: white;
    z-index: 1;
}

div#Menu {
    width: 19%;
    /* position: fixed; */
    top: 60px;
    padding: 20px 0px 0px 5px;
    float: left;
    background: white;
    z-index: 2;
}

div#Content {
    position: absolute;
    top: 85px;
    left: 22%;
    right: 1%;
    float: left;
    background: white;
    z-index: 0;
}

#Content>#date {
    /* float: clear; */
    clear: both;
    text-align: right;
}

#Content>p {
    margin: 0px;
}

#Content>p+p {
    text-indent: 30px;
}
