#top {
    margin-top: 1em;
    position: relative;
    height: 90px;
    width: 1200px;
}

#left {
    width: 60%;
    position: relative;
}

#right {
    width: 40%;
    position: relative;
    float: right;
}

#top #left h1 {
    padding: .2em 0 .5em 0;
    font-size: 140%;
    color: #003366;
}

div#gm {
    height: 230px;
    overflow: auto;
    width: 380px;
    font-size: 90%;
}

div#gm h1 {
    color: #003366;
    font-size: 100%;
}

div#gm p {
    margin-top: .5em;
}

#footer {
    border-top: 1px solid #ccc;
    width: 920px;
    padding: 1em 0 2em 0;
    font-size: 80%;
}
