body {
    background: #fff;
    color: #000;
}

#menu {
    display: none;
}

#header {
    display: none;
}

#headerImage {
    display: none;
}

#sidebar {
    display: none;
}

#footer {
    display: none;
}

#container {
    padding: 0px;
    width: 540px;
}

#platform {
    background: none;
    width: 540px;
    padding: 10px 0px 0px;
}

#platformShadow {
    display: none;
}

#content {
    background: none;
    width: 540px;
    padding: 0px;
}

#leftColumn {
    float: none;
    width: 540px;
}

#leftColumnText {
    padding: 20px 0px;
    width: 540px;
}

address {
    width: 540px;
    height: auto;
    text-align: center;
    background: #999;
    color: #fff;
    line-height: 14px;
    padding: 10px 0px;
}

address a {
    color: #fff;
    text-decoration: none;
}

address strong {
    font-size: 12px;
    display: block;
}

h1#logo {
    width: 540px;
    position: relative;
    border-bottom: 2px solid #999;
    height: 80px;
    padding 0px 0px 48px 0px;
    margin: 0px auto;
    overflow: visible;
    left: 0px;
    top: 0px;
    z-index: 0;
}

h1#logo a {
    display: none;
}

h1#logo img {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0px;
}

a {
    color: #666;
}
