body {
    background-color: #999999;
    background-image: url("images/bg.png");
    background-repeat: repeat-x;
    color: #422A12;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
h4 {
    margin: 0.5em 0;
}
h5 {
    margin: 0;
}
#container {
    border: 0 none;
    margin: 0 auto;
    max-width: 850px;
    padding: 0;
}
.side {
    background-repeat: repeat-x;
    height: 600px;
    width: 10px;
}
#sideA {
    background-image: url("images/sideLeft.png");
    float: left;
}
#sideB {
    background-image: url("images/sideRight.png");
    float: right;
}
#contentContainer {
    padding: 0 10px;
}
.content {
    margin: 0 0;
    padding: 0.5em 20px;
}
#header {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.2em;
    padding: 1em 0;
    text-align: center;
}
#main {
    background-color: #D7E1CC;
    padding-bottom: 2em;
}
.photo {
    background-repeat: no-repeat;
}
#main .photo {
    background-image: url("images/ellen.png");
    float: left;
    height: 232px;
    padding-right: 1em;
    width: 190px;
}
#footer {
    background-color: #CCCC99;
    border-radius: 0 0 15px 15px;
    border-top: thick double #A1A999;
    padding-bottom: 2em;
}
#disclaimer {
    background-color: #999999;
    font-size: 0.75em;
    line-height: 1em;
    padding: 1em 20px;
}
