#page-container {
    width: 100%;
}

#center-container {
    width:1000px;
    text-align:left;
    margin:auto;
}

.horizontal-section {
    width:100%;
    padding-bottom: 10px;
}

#header {
    margin: 10px 0 10px 0px;
}

#header3 {
    background-color: #336699;
    position: relative;
    height: 24px;
    padding: 0px;
    clear: both;
    margin-bottom: 3px;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

#left-column {
    float: left;
    width: 200px;
    clear: both;
}

#content {
    width: 780px;
    float: left;
    position: relative;
    left: 20px;
}

#content.single {
    width: 1000px;
    float: left;
    left: 0;
}

#footer {
    position: relative;
    top: 30px;
    clear: both;
    padding-bottom: 2em;
}

#contentfooter {
    padding: 2px 2px 2px 10px;
    color: #ffffff;
    font-weight: bold;
    clear: both;
    font-size: 80%;
    background-color: #336699;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

#footer #ftop {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 20px;
}
