I made 8 graphic slices that you will need to create the inset for either the navigation or your pics, I would use it to inset all content and navigation..Also I uncluded the header logo.gif and the header extender.gif..Use this to extend your header as wide as you like by adding the image to the background of the table in the header..Or the cell however you decide..Also the 8 graphics are pretty explanitory for the table set up to hold either your pics or navigation..
should be something like this:
<table width="200" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/top_left_corner.gif"></td>
<td><img src="images/top_middle.gif"></td>
<td><img src="images/top_right_corner.gif"></td>
<tr>
<td height="600" background="images/left.gif"></td>
<!-- your navigation links would go here -->
<td height="600" background="images/content.gif"></td>
<!-- or just the background color will do here -->
<td height="600" background="images/right.gif"></td>
<tr>
<td><img src="images/bottom_left_corner.gif"></td>
<td><img src="images/bottom_middle.gif"></td>
<td><img src="images/bottom_right_corner.gif"></td>
</tr>
</table>
Have fun..
carlsatterwhite@orlandomediasolutions.com