/*CSS brought over from COLUMNS Type: WYSIWYG*/
#columns {
 width: 950px;
 }

 #columns .column {
 position: relative;
 width: 30%;
 
 }

 #columns .left {
 float: left;
 margin-left:30px;
}

 #columns .right {
 float: right;
 }








