<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<!--
This template is based on the template at:
http://www.sixshootermedia.com/ostemplates/warped/
Licensed under the Creative Commons Attribution v2.5.
-->
<title>[[title]] - [[site]]</title>
<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]]">
<link rel="stylesheet" href="themes/res/warped/1.css" type="text/css" media="screen,projection">
</head><body>
	<div id="header">
			<h1 class="right">[[site]]</h1>
			<h1><a href="./">[[site]]</a></h1>
	</div>
	[[nav]]
	<div class="clear">
		<div id="content">
			<h2>[[header]]</h2>
			[[body]]
		</div>
		<div id="footer">
			<p>Template design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.<br>
			[[copyright]]<br>
			Powered by <a href="http://www.nongnu.org/ram-cms/">RAM-CMS</a> [[ver]] | Generated in [[gen_time]] seconds<br>
			Last Updated: [[updated]]
			</p>
		</div>
	</div>
</body></html>