I am trying to achieve a layout similar to the one at the provided link, with variable sized div tags on the left and right edges. Can someone please assist me in styling the left and right sides accordingly?
Key styles I have used:
.rightside {
margin-left:200px;
float: right;
}