<?php include("config.php"); ?>
<?php include("header.inc.php"); ?>
<html>
<head>
<title><? print $site_name; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="0" cellspacing="0" cellpadding="0" width="95%">
<tr>
<td width="<? print $side_nav_table; ?>" valign="top"> </td>
<td rowspan="2" width="10"><img src="images/spacer.gif" width="14" height="23"></td>
<td> </td>
</tr>
<tr>
<td width="<? print $side_nav_table; ?>" valign="top" height="131">
<?php include("left.inc.php"); ?>
</td>
<td width="" height="131">
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td height="199">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FF9900" height="1">
<tr>
<td><img src="fake_spacer.gif" width="1" height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="e0e0e0">
<tr>
<td align="center" colspan="2" ><span class="tbl_hdr"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welcome
to
<? print $site_name; ?>
</font></span> </td>
</tr>
<tr>
<td class="tbl_info" width="1%" height="188"><img src="images/spacer.gif" width="8" height="8">
</td>
<td width="100%" valign="top" height="188">
<p><img src="images/worldMap.gif" width="138" height="80" align="right" border="1">
<span class="tbl_info"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2">Here
you will find coffees from around the globe. How to blend
fine tasting recipes for entertaining guests, or just to please
yourself, you will find the right coffee concoction to suit
your needs.<br>
<br>
Listed is basically 3 categories for "<b>Classics</b>"
that we know and love, "<b>Specialty</b>" for mixing/blending
great treats. And, you can find by "<b>Country</b>"
of the particular taste, grind, and aroma.<br>
By no means is this a complete listing of coffees, it is meant
to be added to, shared, and discussed for a growing compilation
that will serve as a nice way to find that right blend, aroma,
or taste. </font></span>
<p align="center" class="tbl_info"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><img src="images/underline.gif" width="267" height="6"></font></p>
<p class="tbl_info"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Leave
comments and/or hints for coffee facts that you can share
with others. Also, you can add to the database of our coffees
with one you feel warrants attention. Enjoy!</font><align ="center"></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?php include("footer.inc.php"); ?></body>
</html>