Sorting out box model troubles in css
This site was made partly possible with a little help received with regard the outside border. In Netscape / Mozilla there was a problem with the contents overlapping the border because elements are set to float. To clear the problem, use clear:both to be compliant, as opposed to <br clear="all">
I found the details at: http://www.cs.hmc.edu/~mbrubeck/clear-after/



