
body {
    background-color:   #15283C;
    color:              white;
    font-family:        Arial, sans-serif;
    font-size:          0.8em;
}
a {
    text-decoration:    none;
}
a:hover {
    text-decoration:    underline;
}
h1 {
    text-align:         center;
    font-size:          1.3em;
    color:              #323265;
}
h2 {
    text-align:         center;
    font-size:          1.2em;
    font-weight:        100;
}
.centered {
    text-align:         center;
}
#main_positioner {
    position:           absolute;
    width:              800px;
    height:             560px;
    left:               50%;
    top:                50%;
    margin-left:        -400px;
    margin-top:         -280px;
    background-color:   white;
    background-image:   URL('../images/background.png');
    color:              #15283C;
}
    #content {
        position:           absolute;
        left:               240px;
        top:                85px;
        width:              460px;
        height:             390px;
        overflow:           auto;
        font-size:          0.95em;
        line-height:        1.4em;
    }
        #content p {
            text-align:     center;
            padding:        0px 50px 10px 50px;
        }

    #menu {
        position:           absolute;
        left:               35px;
        top:                20px;
        width:              100px;
        font-size:          1.3em;
        font-weight:        700;
    }
        #menu a {
            color:          white;
        }
        #menu a:hover {
            color:          #b5cde6;
            text-decoration:none;
        }
        #menu ul {
            list-style:     none;
            padding:        0px;
            margin:         0px;
        }
        #menu li {
            list-style:     none;
            padding:        0px 0px 5px 0px;
            margin:         0px;
        }

    #footer {
        position:           absolute;
        background:         red;
        width:              780px;
        height:             50px;
        padding:            10px;
        left:               0px;
        top:                560px;
        background-color:   #15283C;
        color:              white;
        text-align:         center;
    }
        #footer a {
            color:          white;
        }

    #side_image {
        position:           absolute;
        left:               0px;
        top:                213px;
        width:              212px;
        height:             252px;
        background-image:   URL('../images/side-building.png');
        background-repeat:  no-repeat;
        font-size:          1.3em;
        font-weight:        normal;
        color:              white;
        padding:            20px 10px 20px 10px;
    }



