body {
        padding: 0;
        margin: 0;
        background-image: url(headbg.jpg);
        background-repeat: no-repeat;
        font-family: arial, sans-serif;
        font-size: 10pt;
        line-height: 17pt;
        background-color: #f9f9f9;
}

#content {
        position: absolute;
        left: 155px;
        top: 50px;
        background-color: #FFFFFF;
        padding: 10px;
        border: 1px solid #aaaaaa;
        width: 600px;
}

#content h1 {
        font-size: 15pt;
        margin: 5px;
        margin-left: 0px;
        width: 100%;
        border-bottom: 1px solid #cbcbcb;
}

#nav {
        font-size: 8pt;
        line-height: 13pt;
        width: 150px;
        position: absolute;
        left: 0px;
        top: 120px;
}

.navbox {
        width: 145px;
        border-right: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        background-color: #ffffff;
        margin-bottom: 10px;
}

.navbox ul {
        margin-bottom: 0;
        list-style: square;
        margin-left: 25px;
}
