<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Mr. Techie
Version    : 1.0
Released   : 20070822
Description: Three-column blog design with the third column allocated for ads. Features Web 2.0 design ideal for 1024x768 resolutions.
-->
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="robots" content="index,follow,noarchive">
<meta name="keywords" content="[[keywords]]">
<meta name="description" content="[[description]]">
<title>[[title]] - [[site]]</title>
<link href="themes/res/mrtechie/1.css" rel="stylesheet" type="text/css" media="screen">
</head><body>
<div id="header">
	<div id="logo"><h1><a href="./" title="[[site]]">[[site]]</a></h1></div>
</div>
<div id="menu">
[[nav]]
</div>
<div id="page">
	<div id="content">
		<div class="post">
			<div class="title">
				<h2>[[header]]</h2>
			</div>
			<div class="entry">
			[[body]]
			</div>
		</div>
	</div>
</div>
<div id="footer">
	<p class="legal">
		[[copyright]]
		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
		Design by <a href="http://www.freecsstemplates.org">Free CSS Templates</a>
		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
		Icons by <a href="http://famfamfam.com">FAMFAMFAM</a>.</p>
	<p class="links">
		<a href="http://validator.w3.org/check/referer" class="xhtml" title="Valid HTML 4.01">Valid HTML 4.01</a>
		&nbsp;&bull;&nbsp;
		<a href="http://jigsaw.w3.org/css-validator/check/referer" class="css" title="Valid CSS">Valid <abbr title="Cascading Style Sheets">CSS</abbr></a>
		&nbsp;&bull;&nbsp;
		Powered by <a href="http://www.nongnu.org/ram-cms/">RAM-CMS</a> [[ver]]
		&nbsp;&bull;&nbsp;
		Generated in [[gen_time]] seconds
		&nbsp;&bull;&nbsp;
		Last Update: [[updated]]
	</p>
</div>
</body></html>