/*
D8CAA8 beige
5C832F light green
284907 dark green
382513 brown
363942 grey
*/

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #D8CAA8;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: #5C832F;
}

#wrapper {
    height:auto !important;
    height:100%;
    min-height:100%;
    width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: white;
    position: relative;
    border-left: 3px solid #382513;
    border-right: 3px solid #382513;
}

#header {
    padding-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

#logo {
    float: left;
}

#status {
    padding: 4px 16px;
    background-color: #D8CAA8;
    float: right;
}

#status a {
    color: #284907;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 90%;
    line-height: 1.5em;
}

#status a:hover {
    background-color: #5C832F;
    color: #D8CAA8;
}

#menu {
    position: absolute;
    right: 0;
    bottom: 4px;
    overflow: hidden;
}

#menu a {
    float: left;
    padding: 6px 16px;
    background-color: #382513;
    background-color: #284907;
    color: #D8CAA8;
    font-size: 120%;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
}

#menu a:hover {
    background-color: #5C832F;
}

#menu a.disabled {
    background-color: #363942;
}

#content {
    padding-bottom: 40px;
}

#footer {
    text-align: center;
    font-size: 60%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}

#notice {
    padding-bottom: 10px;
    border-top: 1px solid #363942;
    color: #363942;
    width: 200px;
    margin: 0 auto;
}

p {
    margin-bottom: 1em;
}