<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >

<com:THead Title="Your Name Here | Home" />

<body>
<com:TForm>

<div class="header">
<h1>Your Name Here</h1>
<h2><%$siteName%></h2>

<div class="mainmenu">
<com:MainMenu />
</div>

</div>

<div class="shim column"></div>

<div class="page" id="home">

<div id="sidebar">
<com:TContentPlaceHolder ID="sidebar"/>
</div>

<div id="content">
<com:TContentPlaceHolder ID="content"/>
</div>

</div>

<div class="footerbg">
<div class="footer">
<com:MainMenu />
<br/>
Copyright &copy; 2006-2007 Your Name here.<br/>
Powered by <a href="http://www.pradosoft.com/">PRADO</a>.
</div>
</div>

</com:TForm>
</body>
</html>