
body {
    background: #fff;
}

div#globalWrapper {
    width: 100%;
    width: 900px;
}

div#header,
div#space_header,
div#footer,
div#navigation,
div#subnavigation,
div#header_img,
div#spacer_next,
div#subnavigation_header,
div#back_btn,
div#print_btn  {
    display: none;
}

div#news {
    background: none;
    border-top: none;
    border-bottom: none;
    width: 30%;
    _width: 220px;
    float: left;
}

div#central {
    background: none;
    border-top: none;
    border-bottom: none;
    left: auto;
    position: relative;
    float: left;
    width: 30%;
    _width: 220px;

}

div#right {
    background: none;
    border-top: none;
    border-bottom: none;
    left: auto;
    width: 30%;
    _width: 250px;
    position: relative;
    float: left;
}

div#content {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    border: none;
}

div#main {
    margin: 0px;
    width: 600px;
    height: auto;
    display: block;
    background: none;
    border: none;
    _font-size: 85%;
}

a {
    color: #000000;
    text-decoration: none;
}
