/* 2 Columns with same width Behaviour */

#col0_sw {
width: 380px;
margin-right: 20px;
float: left;
}

#col2_sw {
width: 380px;
float: right;
}
