<!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" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
	<title><txp:page_title /></title>
</head>
<body>
<a name="top" id="top"></a>
<center>

<div id="menu">
<a href="http://www.tom.frihost.net/">home</a> <a href="#">about</a> <a href="#">archives</a> <a href="#">contact</a> 
</div>
		
<div id="header">
	<h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1>
	<h2><txp:site_slogan /></h2>
</div>

<div id="content">
	<img src="images/logo.jpg" alt="Your Logo" class="logo" />
	<p class="introduction">This is just a short about section where you can describe yourself and your site. You'll want to keep it fairly long because there are some layout issues that arise if the area is below a certain width.</p>

<div id="sidebar">
	<h1>Sub Menu</h1>
	<div class="submenu">
	<txp:linklist />			 
	</div>
</div>

<div id="mainbar">
	<txp:article />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
</div>
</div>

<div id="footer">Attached to <a href="http://textpattern.com">TXP</a> by <a href="http://erraticwisdom.com/">Philosophy</a>.<br />
  Page designed by <a href="http://www.jameskoster.co.uk">James Koster</a></div>

</center>
</body>
</html>