body {
    background-color: #000000;
}
h1 {
    text-align: center;
    font-family: sans-serif;
    color: white;
    text-shadow: 0 0 10px #000000;
}

    #all {
        background-color: white;
        border: 1px solid #000000;
        width: 800px;
        margin-top:2em;
        margin-left: auto;
        margin-right: auto;
        min-height: 600px;
    }
#heading {
    background-color: #A11204;
    background-image: url("1607af01-banner-a02-1481788938.jpg");
    color: #FFFFFF;
    height: 100px;
    font-size: 2em;
    padding-left: 1em;
    border-bottom: 3px solid #000e3e;
    margin-top: -1.5em;
}
#menu {
    background-image: url("1607af01-banner-a02-1481788938.jpg");
    background-color: #A11204;
    color: #FFFFFF;
    float: left;
    width: 100px;
    min-height: 500px;
}
#menu li {
    list-style-type: none;
    margin-left: -2em;
    margin-right: .5em;
    text-align: center;
}
#menu a {
    color: #FFFFFF;
    display: block;
    border: #A11204 3px outset;
    text-decoration: none;
}
#menu a:hover {
    border: #A11204 3px inset;
}
.content {
    border: 3px double #A11204;
    margin: 1em;
    margin-left: 110px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    border-radius: 5px;
    box-shadow: 5px 5px 5px gray;
}
.content h2 {
    background-color: #A11204;
    background-image: url("1607af01-banner-a02-1481788938.jpg");
    color: #FFFFFF;
    text-align: right;
}

#footer {
    color: #FFFFFF;
    background-color: #000e3e;
    border: 1px solid #A11204;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}