tobisan 0 Newbie Poster

Hi there,
I've just managed to add a new widgitized sidebar to my site, but no matter what I tried, it keeps showing up bellow sidebar 1. any thoughts?
heres the style.css:

/* begin LayoutCell */
.contentLayout .sidebar1
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 218px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 655px;
}
.contentLayout .content-wide
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 873px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
    position: relative;
    margin-right:   15px;
    padding: 0;
    border: 0;
    float: right;
    overflow: hidden;
    width: 500px;
}
/* end LayoutCell */


http:knows-dive.com