<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>$title$</title>
<!-- insert apple title here -->
<!-- insert apple icon here -->
<style type="text/css">
body
{
margin: 0px;
padding: 0px;
font-size: 16px;
}
#main
{
padding: 20px;
font-size: 12px;
}
#header
{
font-family: "Lucida Grande", Helvetica, sans;
font-size: 13px;
color: #666;
text-shadow: 0px 1px 0px white;
border-bottom: solid 1px #ccc;
padding: 5px 8px;
background: #F0F0F0;
}
#header a {
text-decoration: none;
font-weight:bold;
color:#6fa30b;
border-bottom: 0px;
}
a:link, a:active, a:hover {
text-decoration: none;
color: #333;
font-weight: normal;
}
a:visited {
line-height: 17px;
text-decoration: none;
color: #888;
font-weight: normal;
}
a:hover {
text-decoration: none;
color: #6fa30b;
font-weight: bold;
}
#footer
{
border-top: solid 1px lightgray;
padding: 10px;
font-family: "lucida grande", helvetica;
font-size: 9px;
}
</style>
</head>
<body>
<a name="$title$"></a>
<div id="header">
<a href="index.html">Home</a> → $title$
</div>
<div id="main">
$page$
</div>
<div id="footer" align="center">
<a href="http://www.bohemiancoding.com/drawit/">www.bohemiancoding.com/drawit</a> </div>
</body>
</html>