﻿.wrap {
   margin:0 auto;
}
.left_col {
   float:left;
   width:33%;
}
.right_col {
   margin-left:5%;
   float:left;
   width:33%;
}
