#outer { 
    border: 0px solid white; 
    /*/*/ border-right-width: 370px; /* right column width. NN4 hack to hide borders */ 
    border-right-color: #FFFFFF; /* right column colour */ 
    border-right-style: solid; 
    background-color: #FFFFFF; /* normal column colour */ 
    width: auto; 
} 

#inner {
    margin: 0px;
    width: 100%;
}

#outer>#inner {
    border-bottom: 1px solid #FFFFFF;
}

#normalcolumn { 
    float: left; 
    width: 100%; 
    height: 385px; 
    position: relative; 
    margin: 0px -8px 0px 0px;
    /*margin: 0px -8px 0px -2px;*/
}

#normalcontent {
    padding-right: 5px;
}

#rightcolumn {
    /*/*/ width: 370px; /* hack keeps NN4 right column right? */ 
    float: right; 
    position: relative; 
    margin-right: -370px; 
    margin-left: 1px; 
} 

#rightcontent {
    padding-left: 5px;
}

.clear {
    clear: both;
}

#normalcolumn {
height: 355px;
}

#content {
height: 374px;
}