<!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      : Newsprint
Version    : 1.0
Released   : 20070824
Description: A two-column, fixed-width design for blogs and small websites.
-->
<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/newsprint/1.css" rel="stylesheet" type="text/css" media="screen">
</head><body>
<div id="header"><h1><a href="./">[[site]]</a></h1></div>
<div id="menu">
[[nav]]
</div>
<div id="page">
	<div id="content">
		<div class="post">
		<h1>[[header]]</h1>
		[[body]]
		</div>
	</div>
	<div id="extra" style="clear:both;">&nbsp;</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>
	</p>
	<p class="links">
		Powered by <a href="http://www.nongnu.org/ram-cms/">RAM-CMS</a> [[ver]]
		&nbsp;&bull;&nbsp;
		Generated in [[gen_time]]
		&nbsp;&bull;&nbsp;
		Last Update: [[updated]]
	</p>
</div>
</body></html>