function Print_Header()
{
	document.write("<body bgcolor='#999999'>");
	document.write("		<center>");
	document.write("			<table style='border-color: #000000; border-width: 2px; border-style: solid; background: #2E7464;' cellpadding=0 cellspacing=0 width=800>");
	document.write("				<tr>");
	document.write("					<td colspan=3>");
	document.write("						<a href='/index.html'><img src='/images/topbanner.jpg' border='0'></a>");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("					<td colspan=3 height='2' style='background: #000;'>");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("				<tr>");
	document.write("					<td width=150 style='background: #ebffeb;' valign=top>");
	document.write("						<table border=0 cellpadding='10' cellspacing='0' width=150>");
	document.write("							<tr>");
	document.write("								<td>");
	document.write("									<a href='/q_a.html'><font color='#2E7464'>About the Library</font></a><br>");
	document.write("									<a href='/map.html'><font color='#2E7464'>Library Map</font></a><br>");
	document.write("									<a href='/EllisonMachine.html'><font color='#2E7464'>Ellison Machine</a></font><br>");
	document.write("									<a href='/SiteLibrary.html'><font color='#2E7464'>Links of Interest</font></a><br>");
	document.write("									<a href='/games.html'><font color='#2E7464'>Children's Games</font></a>");
	document.write("								</td>");
	document.write("							</tr>");
	document.write("						</table>");
	document.write("					</td><td width=2 style='background: #000;'></td>");
	document.write("					<td width=700 style='background: #ffffff;' valign='top'>");
	document.write("						<table width='100%' height='100%' border=0 cellpadding='5'>");
	document.write("							<tr>");
	document.write("								<td>");
}



// old Light Background = #E7F8EF
// old Dark Background = #2E7464



function Print_Footer()
{
	document.write("										<center>");
	document.write("											<P>");
	document.write("	  											<h6>");
	document.write("	  												Last updated: 3/29/09");
	document.write("	  											</h6>");
	document.write("	  										</P>");
	document.write("										</center>");
	document.write("								</td>");
	document.write("							</tr>");
	document.write("						</table>");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("		</Center>");
	document.write("	</body>");
}
