#main {
     width: 100%;
     border-collapse: collapse;
}

#header {
     position: relative;
     height: 160px;
     background: url('../img/bg_header.gif') left 38px no-repeat;
}

#topBar {
     position: relative;
     z-index: 100;
     height: 42px;
     background: url('../img/bg_topBar.gif') repeat-x;
}

#core {
     margin-top: 5px;
     background: #003750;
}

#left-section {
     padding: 0;
     width: 233px;
     vertical-align: top;
}

#center-section {
     padding: 0;
     width: 100%;
     vertical-align: top;
}

#right-section {
     padding: 0;
     width: 204px;
     vertical-align: top;
}

#footer {
     width: 100%;
     height: 23px;
     margin: 11px 0 20px 0;
     border-collapse: collapse;
}

#footer td {
     padding: 0;
}
