<?PHP
	include('Connections/armadilloConn.php');
	
	$banner = 'dine';
	
	$getContent = "SELECT * FROM content WHERE page = 'restaurant'";
	$getContent_q = mysql_query($getContent, $dbConn);
	$getContent_r = mysql_fetch_assoc($getContent_q);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Tillmouth Park Country House Hotel :  Restaurant</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="title" content="Tillmouth Park Country House Hotel : Restaurant" />
<meta name="description" content="Dining at Tillmouth Park Country House Hotel, Northumberland" />
<meta name="keywords" content="tillmouth park, country house, hotel northumberland, wedding venue, hotel north east, country house hotel, country hotels northumberland, bed and breakfast, sightseeing northumberland, wedding north east" />
<meta name="owner" content="Tillmouth Park Country House Hotel" />
<meta name="author" content="Armadillo Creative" />
<meta name="designer" content="Armadillo Creative" />
<meta http-equiv="content-language" content="en" />
<meta name="robots" content ="index,follow" />
<link href="layout/style.css" rel="stylesheet" type="text/css" />
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<?PHP
	include('includes/header.php');
?>
<div class="fullwidth stripbg clear">
  <table width="100%" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="5"></td>
    </tr>
    <tr>
      <td width="10"></td>
      <td id="leftnav"><?PHP
							include('includes/leftnav.php');
						?>
      </td>
      <td width="30px"></td>
      <td valign="top"><?PHP
						/* VARIABLE CONTENT BELOW THIS LINE */
					?>
        <table width="100%" cellpadding="0" cellspacing="0" border="0">
          <tr>
            <td class="pagetitle" width="100" align="left" style="vertical-align: bottom;"> Restaurant</td>
            <td align="center"><img src="images/crest.gif" alt="crest" /> </td>
            <td width="100"></td>
          </tr>
        </table>
        <div id="hometext" style="background-image: url(images/<?PHP echo $getContent_r['text_img']; ?>);"> <div class="bodytext"> <?PHP echo $getContent_r['para1']; ?> </div>
          <div style="height: 70px;"> &nbsp; </div>
          <div class="bodytext"><?PHP echo $getContent_r['para2']; ?></div> <br />
          <p align="center"><img src="images/starspacer.gif" alt="divider" /></p>
        </div>
        <table width="100%" cellpadding="0" cellspacing="0">
          <tr>
            <td align="left"><a href="downloads/sample-menu.pdf" target="_blank"> <img src="images/bd-pdf.gif" border="0" alt="Click here to download a sample of our menu" /> </a> </td>
            <td align="right"><a href="http://www.visitnortheastengland.co.uk" target="_blank"><img src="images/pass-food.gif" alt="Passionate about local food" width="293" height="68" border="0" /></a> </td>
          </tr>
        </table>
        <?PHP
						/* END VARIABLE CONTENT */
					?>
      </td>
      <td width="45"></td>
    </tr>
    <tr>
      <td colspan="5" height="10" align="right"></td>
    </tr>
  </table>
</div>
<div class="bottomshadow clear fullwidth"> &nbsp; </div>
<?PHP
			include('includes/footer.php');
		?>
</body>
</html>