<?php include_once('header.php'); ?>
<style>
.formTbl th {color:#eeeeee;text-align:left;font-size:10pt;vertical-align:middle;padding:5px 5px;font-weight:normal}
.formTbl input {font-size:8pt}
.headerTbl {}
.headerTbl a{color:white;text-decoration:none;}
.pageTbl a,.listTbl a {color:white;text-decoration:none;font-weight:bold}
.pageTbl td {width:20px;text-align:center;font-weight:bold}
.listTbl {width:800px;;}
.listTbl th {color:#eeeeee;background-image:url('images/thBG.jpg');font-size:9pt;height:20px;vertical-align:middle}
.listTbl td {color:white;border-bottom:1px solid #cccccc;height:30px;vertical-align:middle;text-align:center}
.addTbl td {padding:5px 10px 5px 0px;text-align:left}
.addTbl td input {width:200px}
</style>
<body onload="timer=setTimeout('move()',60000)">
<table cellspacing="0" cellpadding="0" class="contentTbl">
<tr>
<td style="">
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="text-align:center;float:center;">
<br><br>
<img src="images/challenger.jpg" usemap="#arlink" border="0">
<map name="arlink">
<area shape="rect" coords="201,59,349,110" href="http://www.absoluteresults.com" alt="Sun" />
</map>
<br><br>
<table cellspacing="0" cellpadding="0" class="headerTbl">
<tr>
<td style="padding:5px 0px;font-weight:bold;vertical-align:bottom;color:white">
<a href="index.php">Salesperson Board</a>
|
<a href="sales.php">Sales Log</a>
|
<a href="photo.php">Photo Gallery</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding-top:30px">
<center>
<table cellspacing="0" cellpadding="0">
<tr>
<td style="color:white;font-weight:bold;font-size:15pt">
Photo Gallery
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</div>
<?php
include_once('footer.php');
?>