@charset "UTF-8";

body {
    background: gray;
    text-align: center;
    font-size: 15px;
    font-family: "Gill Sans MT";    
}

div#container {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#menubar {
    background-repeat: no-repeat;
    width: 150px;
    height: 211px;
    
} 

table {
    vertical-align: top;
    margin-top: 0px;
}

#content {
    width: 700px;
    padding: 25px;
}

#index_table {
    vertical-align: top;
}

#index_box {
    background-color: white;
    width: 420px;
    height: 400px;
    margin: 1em;
}

ul.menu {
    list-style-type: none;
    margin: 1.5em;
    padding: 0px;
    font-size: 16px;
    margin-top: -0px;
    line-height: 150%;
}

h1 {
    font-size: 19px;
    font-family: "Gill Sans";
    font-weight: normal;
}

span.sublinks {
    float: right;
    text-align: right;
}

a.mainmenu {
    text-decoration: none;
    color: black;
}