LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
}
#content {
       float: right;
       margin: 0 280px 0 0;
       
}

#primary,
#secondary {
    float: left;
    overflow: hidden;
    width: 220px;
}
#secondary {
    clear: left;
}

#footer {
    clear: both;
    width: 100%;
}

/*
Bunu dener misin?