<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><txp:page_title /></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
</head>

<body>
<div id="container" >

<div id="header">
<h1><txp:sitename /></h1>
<h2><txp:site_slogan /></h2>
</div>

<div id="navigation">
<ul>
<li class="selected"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Archive</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>

<div id="content">
	<txp:article limit="1" />

<div class="splitcontentleft">
<txp:article limit="1" offset="1" />
</div>

<div class="splitcontentright">
<txp:article limit="1" offset="2" />
</div>
</div>

<div id="subcontent">
<div class="small box"><strong>Note: </strong>This is a box. It can be used for special messages both in the sidebar and the content section. You could use it for special notes and announcements, but also as a frame for photos. This space can be used for a short website presentation!</div>


<h2>Favorite Links</h2>
<ul class="menublock">
<txp:linklist limit="5" break="li" />
</ul>

<div id="searchbar"><h2>Search This Site</h2>
<txp:search_input label=" " button="Go" size="15" />
</div>

</div>

<div id="footer">
<p>&copy; 2005-2006 <a href="#">Your Name</a> | Design by <a href="http://andreasviklund.com">Andreas Viklund</a> | Ported by <a href="http://erraticwisdom.com" title="Philosophy">Philosophy</a></p>
</div>

</div>
</body>
</html>