Two plain columns floating side by side.
This is the left column
Add a left border the same width and color as the left column

border-left: solid 150px #aaaaaa;
This is the left column
Use a negative left margin to slide the right column border under the left column

margin-left: -150px;
border-left: solid 150px #aaaaaa;
This is the left column