Hello,
I am having a bit of a task getting this doe.  See here  I got the column in the position I want but then it pushes down the main content section to the bottom.  If I reduce the width of the side column to 23%, the content goes back up to it's correct position.  But then, the column will be too narrow.
The CSS I used is this.  I added a margin to top and left and reduced the height to 95%
.sidecol_a, .sidecol_b, #content_full, #content_remainder, .content_background {
    height: 95%;
    margin-left: 35px;
    margin-top: 20px;
    position: relative;
}
Can it work the way I want it to?			
			 
					 
					 
	 
	 
	