body {
    background-color: #f00;
}
#header {
    margin-top: .5em;
    background-color: green;
    color: white;
    border: 2px solid black;
    height: 190px;
}
#header img {
    float: left;
}

.header-text {
    position: relative;
    display: inline;
    left: .5em;
    color: white;
    text-align: left;
}

#header .header-text h1 {
    font: italic 52px arial;
    vertical-align: center;
    margin-bottom: 0;
}

.shadow {
    position: relative;
    float: right;
    width: 70%;
    background: #bbb;
    border:1px solid #ddd;
    margin: 1em 0;
    top: 1px;
    left: 1px;
}

.content {
    position: relative;
    float: right;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    top: -.25em;
    left: -.25em;
}

.text, 
.contentborderleft,
.contentborderright {
    padding: 0 0 1em 0;
}

.content .text {
    position: relative;
    float: left;
    width: 90%;
    padding: .25em;
}

.content .contentborderleft {
    position: relative;
    float: left;
    width: 20px;
    background-color: red;
    background-image: url('../images/candycane3.gif');
}

.content .contentborderright {
    position: relative;
    float: right;
    width: 20px;
    background-color: red;
    background-image: url('../images/candycane3.gif');
}

#menu {
    margin-top: 1.5em;
    position: fixed;
    width: 25%;
    background-color: white;
    border: 1px solid black;
}

#menu .menuItem {
    padding-left: .2em;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#menu a:link { text-decoration: none; display: block; white-space: nowrap; color: black;}
#menu a:visited { text-decoration: none; display: block; white-space: nowrap;color: black; }
#menu a:active { text-decoration: none; display: block; white-space: nowrap; color: black;}
#menu a:hover { text-decoration: underline; display: block; white-space: nowrap; color: black;}

#footer {
    font-size: 75%;
    clear: both;
    margin-top: 1em;
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-bottom: 2.5em;
    background-color: white;
    border: 1px solid black;
    padding-left: .2em;
    padding-right: .2em;
}
