

#top-nav {
    background: rgb(80, 80, 109);
    margin: 0px auto 20px;
    padding: 0px 20px 12px 0px;
    border-radius: 5px;
    width: 780px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-radius-topright: 0;
}


#container {
    float: left;
    margin: 5px auto;
    padding: 10px 5px;
    width: 835px;
}



fieldset {
    border: 0px currentColor;
    overflow: hidden;
}

legend {
    margin: 1em 0px;
    font-weight: bold;
}
