body 
    {
        background: url("water1.jpg") 50% 50% repeat; 
        font-family:       helvetica,arial,sans-serif;
    }

.main-table 
    {
        width:        80%;
    }

.title-pane
    {
        background-color: white;
        border-style:     solid;
        border-color:     black;
        border-width:     1px;
    }

.content-pane
    {
        vertical-align:   top;
        background-color: white;
        border-style:     solid;
        border-color:     black;
        border-width:     1px;
        padding:          10px;
    }

.nav-pane
    {
        width:  15%;
        vertical-align:   top;
        background-color: yellow;
        font-size:        20px;
        border-style:     solid;
        border-color:     black;
        border-width:     1px;
    }

.nav-item
    {
        height:       50px;
        text-align:   center;
    }

.paragraph-heading
    {
        font-weight:  bold;
        font-size:    150%;
    }

.footer
    {
        font-size:    80%;
        text-align:   center;
    }

