body {
    padding: 0;
    margin: 0;
    background-color: #8E6C57;
    color: #CCCCCC;
    font-family: "Trebuchet MS", sans-serif;
}

a {
    color: #CCCCCC;
}

figcaption {
    font-style: italic;
    text-align: center;
}

#page {
    border-color: #8E4315;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 10px;
}

#header-a {
    display: block;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    height: 258px;
    width: 900px;
    padding: 0;
    margin: 0;
}

#menu-bar {
    background-color: #8E4315;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#menu-bar li {
    display: inline;
    padding-left: 0.65em;
    padding-right: 0.65em;
}

#menu-bar a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #CCCCCC;
}

#menu-bar a:hover,a:active {
    text-decoration: underline;
}

#menu-bar a.menu-current {
    color: #E6961A;
}

#menu-bar a.menu-current:hover,a.menu-current:active {
    text-decoration: none;
}

#content {
    padding-left: 10px;
    padding-right: 10px;
}

#mlink button {
    background-color: #CCCCCC;
}

#mlink a {
    letter-spacing: 1px;
    color: #CCCCCC;
}

img.left {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

img.fit-width {
    width: 100%;
    height: auto;
}

img.thumbnail {
    width: 300px;
    height: auto;
}

audio.player {
    display: block;
    width: 50%;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 880px;
}

.boxed {
    border: 6px solid #8E4315;
    padding: 1em;
}

div.clear {
    clear: both;
}

.footnote {
    font-size: smaller;
}
