#main {
     margin: auto;
     width: 957px;
     text-align: left;
     border: 3px solid #FFF;
     border-width: 0 3px 0 3px;
     background: #FFF;
}

#header {
     position: relative;
     background: url('../img/bg_header.gif') 405px 16px no-repeat;
}

#middle-container {
     background: url('../img/bg_middleContainer.gif') repeat-x;
}

#homepage-container {
     padding: 40px 20px 55px 20px;
}

#subpage-container {
     padding: 15px 20px 55px 20px;
}

#homepage-container #content-container {
     float: left;
     width: 560px;
}

#subpage-container #content-container {
     float: right;
     width: 645px;
}

#left-section {
     float: left;
     margin-top: 23px;
     width: 220px;
}

#right-section {
     float: right;
     width: 300px;
}

#footer {
     position: relative;
     height: 91px;
     color: #305d8c;
     background: url('../img/bg_footer.gif') repeat-x;
}
