#login_area {
    color: #f6eecb;
    font-variant: small-caps;    
    visibility: hidden;
    width: 970px;
    margin-top: -23px;
}

#login_area a {
    vertical-align: top;
}

#login_alert {
    margin-bottom: -25px;
}

#navbarcontainer {
    width: 100%;
    background-color: #e1c23d;
    padding-top: 30px;
    background-image: url('../images/title-floral.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#navbar {
    height: 90px;
    width: 670px;
    margin: auto;
    padding-left: 300px;
    padding-right: 20px;
    text-align: left;
}

#nav a{
    text-decoration: none;
    font-variant: small-caps;
    font-size: 1.6005em;
    padding-right: 11px;
    padding-left: 11px;
    color: black;
}

#nav {
    width: 735px;
    margin-left: -10px;
}

#nav li {
    list-style: none;
    display: inline;
}

#nav li a {
    font-family: "Goudy Old Style", "Georgia", serif;
}

#nav li .active{
    color: #690000;
}

#sub-nav {
    width: 670px;
    margin-left: -7px;
}

#sub-nav ul {
    list-style: none;
    width: 100%;
    text-align: center;
}

#sub-nav li {
    display: inline;
}

#sub-nav li a {
    text-decoration: none;
    font-variant: small-caps;
    font-size: 1.2em;
    padding-right: 10px;
    padding-left: 10px;
    font-family: "Goudy Old Style", "Georgia", serif;
    color: black;
}

#sub-nav li .active{
    color: #690000;
}

.button {
    margin-bottom: 300px;
}