<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Site Title</title>
<?php echo $page['meta']; ?>
<style type="text/css" media="screen"><!--
Body {
font-family: Tahoma;
font-size: 90%;
}
TD.area {
font-size: 90%;
font-family: Tahoma;
}
.links { color: #fff; font: 10px Tahoma, Verdana; word-spacing: 0.05em }
.links a { color: #fff }
.links a:hover { color: #fff; text-decoration: underline }
div.sub_text{
margin-top: -17px;
margin-left: 2px;
color: white;
font-family: Arial;
font-size: 90%;}
h1.title {
color: white;
border: 0px none;
padding: 0;
margin: 0;
font-weight: bold;
letter-spacing: -2px;}
/* Created using Style Master from Western Civilisation CSS1 { 66 134 558 625 } */
BODY {
font-size: 12px
}
TD.main_cell {
height: 500px;
}
TD {
font-size: 12px
}
.Nav {
font-size: 11px
}
A {
color: #000097
}
A {
color: #000097
}
A:hover {
color: #00005b
}
h3 {
color: #00005b;
font-size: 14px;
font-weight: bold
}
h2 {
color: #28a3d0;
font-size: 12px;
font-weight: bold
}
TD.header {
background-image: url("NuahSwirl-images/1.gif");
height: 78px
}
--></style>
</head>
<body bgcolor="#b4b4b4">
<div align="center">
<table width="744" border="0" cellspacing="0" cellpadding="0" bgcolor="white">
<tr>
<td bgcolor="#646464"></td>
</tr>
<tr>
<td class="header" style="padding: 5px;" bgcolor="#939393">
<h1 class="title">THE NAME OF YOUR SITE</h1>
<br />
<div class="sub_text">
Short description of your site, and your URL</div>
</td>
</tr>
<tr>
<td style="padding: 5px;" bgcolor="#646464">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80%"><font color="white">Main Navigation</font></td>
<td>
<form style="margin-bottom= 0px;" action="http://www.google.com/search" method="get" name="FormName" target="_blank">
<div align="right">
<table width="331" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="138">
<div align="center">
<font size="2" color="white"><b>Search Our Website </b></font><font color="white"><input type="hidden" name="sitesearch" value="your-URL-here" /></font></div>
</td>
<td valign="bottom">
<div align="center">
<input style="border: 1px #E6E6EE inset;color: #000000; font-family: Arial; font-size: 12px; letter-spacing: 1px;" type="text" name="q" size="23" /></div>
</td>
<td valign="top">
<div align="center">
<input style="border: 1px #ffffff outset;color: #000000; font-family: Arial; background-color: #f3f3f3; font-size: 90%; margin-top: 6px; font-weight: bold;" type="submit" name="btnG" value="GO!" /></div>
</td>
</tr>
</table>
</div>
</form>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border-bottom: 1px dashed #666666; padding: 5px;" bgcolor="#e9e9e9"></td>
</tr>
<tr>
<td class="main_cell" valign="top">
<table style="height: 100%;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="border-right: 1px dashed #666666; padding: 5px;" valign="top" width="160">Sub Navigation</td>
<td style="padding: 5px;" valign="top">Content Area</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 5px;" valign="top">
<hr noshade="noshade" size="1" />
Design by : <a href="http://www.nuah.com">Nuah</a></td>
</tr>
</table>
<p></p>
</div>
</body>
</html>
|