#content {
    background-image: url(../images/backgroundSwatch.jpg);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #993300;
    border-left-color: #993300;
}

#topMainContent {
    float: right;
    margin-top: 0px;
    display: block;
    width: 662px;
    margin-bottom: 10px;
}

#centerContent {
    width: 288px;
    float: left;
    margin: 0px 8px 20px;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFCC33;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC33;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    font-size: 12px;
}

#rightContent {
    background-color: #FFCC33;
    display: block;
    width: 350px;
    bottom: 0px;
    float: right;
    position: relative;
    left: -4px;
}

#rightContent img {
    top: -4px;
    right: -4px;
    position: relative;
}

#rightLower {
    float: right;
    display: block;
    width: 343px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #993300;
    border-left-color: #993300;
    margin-top: 10px;
    margin-right: 4px;
    border-left-width: 1px;
    border-left-style: solid;
    padding: 3px;
    font-size: 12px;
    color: #993300;
    margin-bottom: 10px;
}

#footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    height: 45px;
    float: left;
    width: 800px;
    clear: both;
    margin-bottom: 30px;
}

#footer ul {
    list-style-type: none;
    display: block;
    float: left;
}

#footer li {
    display: inline;
}

#footer a {
    padding: 6px 20px 6px 10px;
    text-decoration: none;
    color: #993300;
    font-size: 12px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #993300;
}
