<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> LANSA | Training | cross browser fixed header/footer/left column layout scrolling middle area | WAMs |  </title>
<link REL="stylesheet" TYPE="text/css" href="iii_layout_style.css">
</head>

<body>
<div id="head">Heading</div>

<div id="foot">footer</div>

<div id="left"> <div style="padding-top : 400px">Left Panel</div> </div>

<div id="content"> <h2>Content Area</h2>
<div id="messages">
<h2>Messages</h2>
</div>
<h2>Form Content</h2>
</div>
</body>
</html>