body {
    background: none;
}

#pagenav,
#subnav ul
{
    display: none;
}

#wrapper {
    width: auto;
}

#header {
    height: 60px;
}

#logo {
    border: 15px solid #000;
}

#subnav h2 {
    position: relative;
    top: -60px;
    left: 250px;
}

#main {
    clear: none;
    overflow: visible;
    position: inherit;
}

#main div.container {
    float: none;
    border: none;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

table.tableList tr td {
    border-top:1px solid #555;
}