/* 1 column */
#column1 { 
float:left; width:48%; border-right:1px cccccc solid;
}

#column2 {
float:right; width:48%;
}
