About me
All columns (sections) have a known width. Their order can be easily changed.
How-to
Set width of each column to some percentage. Float them to the left. Change the order using relative position.
Example
.content-section {
float: left;
position: relative;
}
#fun-section {
width: 15%;
left: 20%;
}