<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title>Catalog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="mm_foodbev.css" type="text/css">
<script language="javascript">
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "Monday, January 1 - 2004"
var TODAY = weekday[d.getDay()] + ", " + monthname[d.getMonth()] + " " + d.getDate() + " - " + d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------
</script>
</head>
<body bgcolor="#ECEBCD">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="#647D60">
    <td width="382" colspan="2" rowspan="2" nowrap><img src="mm_food_photo.jpg" width="382" height="155" border="0"></td>
    <td width="30" rowspan="2"><img src="../../mm_spacer.gif" alt="" width="30" height="1" border="0"></td>
    <td width="348" height="90" nowrap id="logo" valign="bottom"><img src="../../mm_spacer.gif" width="348" height="1" border="0"><br>
    INSERT WEBSITE<br>
	NAME HERE</td>
    <td width="100%">&nbsp;</td>
  </tr>
  <tr bgcolor="#647D60">
    <td width="360" height="65" nowrap id="tagline" valign="top">OPTIONAL TAGLINE HERE</td>
	<td width="100%">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="5" bgcolor="#ffffff"><img src="../../mm_spacer.gif" alt="" width="1" height="1" border="0"></td>
  </tr>
  <tr bgcolor="#54455a">
  	<td colspan="5" id="dateformat" height="25">&nbsp;&nbsp;<a href="javascript:;">HOME</a> &nbsp; | &nbsp; <script language="javascript">
      document.write(TODAY);
	</script>
	</td>
  </tr>
  <tr>
    <td colspan="5" bgcolor="#ffffff"><img src="../../mm_spacer.gif" alt="" width="1" height="1" border="0"></td>
  </tr>
 <tr>
    <td width="40"><img src="../../mm_spacer.gif" alt="" width="40" height="1" border="0"></td>
    <td colspan="3" valign="top">&nbsp;<br>
    &nbsp;<br>
    <table border="0" cellspacing="0" cellpadding="2" width="610">
        <tr>
          <td colspan="7" class="pageName">Page Name Here</td>
        </tr>
		<tr>
          <td width="22%" height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td width="22%" height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td width="22%" height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td width="22%" height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
        </tr>
		<tr>
          <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		  <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		 <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		 <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
        </tr>
		<tr>
			<td colspan="7">&nbsp;</td>
		</tr>

		<tr>
          <td height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
		  <td>&nbsp;</td>
		  <td height="110"><img src="../../mm_product_sm.gif" alt="small product photo" width="110" height="110" border="0"></td>
        </tr>
		<tr>
          <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		  <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		 <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
		 <td>&nbsp;</td>
		   <td class="detailText" valign="top" nowrap><A HREF="javascript:;">Product Name</A><br>
		  Price: $0.00</td>
        </tr>

		<tr>
			<td colspan="7">&nbsp;</td>
		</tr>
      </table>
	  </td>
	<td width="100%">&nbsp;</td>
  </tr>

 <tr>
    <td width="40">&nbsp;</td>
    <td width="342">&nbsp;</td>
    <td width="30">&nbsp;</td>
    <td width="348">&nbsp;</td>
	<td width="100%">&nbsp;</td>
  </tr>
</table>
</body>
</html>
