/*** XHTML 3 column flow layout (with banners)      ***/
/*** Copyright (c) 2006 Tero Niemi (Gofort & Part.) ***/
/*** All rights reserved.                           ***/

/*** print media diff ***/

#left,#right,#header,#footer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
#content {
    margin: 0 0 0 28px;
    width: 95%;
}
#topBanner {
    clear: left;
    margin: 0 0 0 36px;
    padding: 5px;
    border: 1px solid #005d36;
}
#topBanner2 {
    display: none;
}
/*** EOF ***/
