A follow-up:
layout.php is attached.
In case you need this, here is the member_area.php code:
<?php
include ('layout.php');
?>
<?
global $_POST['first_name'];
?>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber5">
<tr>
<td width="100%" colspan="2">
<span class="heading">Member Area </span></td>
</tr>
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td width="100%" colspan="2"><font face="Verdana" size="2">
Welcome, $_POST[first_name] to the BridgeMill Tennis Club
Member Area. </font></td>
</tr>
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td width="100%" colspan="2"><font size="2" face="Verdana">
<a href="registration.htm">1-2-3 Adult Beginner Clinic</a></font><p>
<font size="2" face="Verdana"><a href="registration.htm">Adult
Singles Tournament 2</a></font></p>
<p><font size="2" face="Verdana"><a href="registration.htm">
Adult Doubles Tournament 1</a></font></p>
<p><font size="2" face="Verdana"><a href="registration.htm">
Monday Night Game Improvement Drills</a></font></p>
<p><font size="2" face="Verdana"><a href="registration.htm">
Wilson Demo/"Bring A Dish" Night</a></font></td>
</tr>
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td width="100%" valign="top" colspan="2">
<font size="2" face="Verdana">
<a href="tennis-fest-register.htm">Tennis Fest 2005</a></font></td>
</tr>
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
</table>
</td>
<td width="1%"> </td>
</tr>
<tr>
<td width="25%" valign="top"> </td>
<td width="74%"> </td>
<td width="1%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" height="1"></td>
</tr>
<?php
include ('footer.php');
?>
Thank you all for your help.