Here is the HTML markup for this layout.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>The Holy Grail 3 Comumn Layout</title> <link rel="stylesheet" type="text/css" href="http://www.ironmyers.com/css/im-layouts.css"> </head> <body> <div id="doc750"> <div id="hd"><!-- HEADER --></div> <div id="bd"> <div class="im-left px240"> <div class="im-main"> <div class="im-box"><!-- MAIN CONTENT --></div> </div> <div class="im-box"><!-- LEFT COLUMN --></div> </div> </div> <div id="ft"><!-- FOOTER --></div> </div> </body> </html>