body {
    text-align: center;
}
div.wrapper {
    text-align: left;
    margin: auto;
    width: 1000px;
    background: url(/media/images/layout/bg.png) top center repeat-y;
}
td.col, th.col, div.col {
    min-height: 300px;
}

/* is .center still used? */
.center div.col-content {
    width: 460px;
    float: left;
    margin-left: 20px;
}
td.cols div.col-content, th.cols div.col-content {
    width: 340px;
    float: left;
    margin-right: 20px;
}

/* is this class still used? */
.col-secondary {
    width: 220px;
    float: left;
}

div.col-sidebar {
    width: 250px;
    float: left;
    margin: 12px 0px 12px 16px;
}

div.header {
    padding: 13px 20px 20px;
    position: relative;
    background: url(/media/images/layout/bg-top.png) center -20px no-repeat;
}
div.header h1 {
    line-height: 55px;
    padding-left: 270px;
    color: white;
}
div.header ul.menu {
    height: 24px;
    line-height: 24px;
    padding-left: 270px;
    color: white;
}
div.header p.crumbtrail {
    margin-top: 20px;
    margin-left: 20px;
    width: auto;
}
div.header ul.sitelinks {
    margin-top: 20px;
    margin-right: 20px;
    width: auto;
}
div.header .logo {
    position: absolute;
    left: 40px;
    top: 28px;
    width: 230px;
    height: 90px;
}

div.main {
    margin: 0px 16px 8px;
    width: 966px;
    height: auto;
    clear: left;
}

div.wrapper .roundcorners {
    border:1px solid #ccc;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    margin: 0px 32px 8px;
    width: 934px;
    padding: 5px 0;
}

div.footer {
    padding: 5px 40px 21px 40px;
    padding-bottom: 21px;
    background: url(/media/images/layout/bg-bottom.png) bottom center no-repeat;
}
