<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" href="layout.css" type="text/css" />
  <link rel="stylesheet" type="text/css" href="content.css" />
  <title>Common Page Layout</title>
</head>
<body data-layout="page">
  <div data-region="header">
    <p class="chapter-header"></p>
  </div>
  <div data-region="content"></div>
  <div data-region="footer">
    <div><img alt="Logo" height="30" src="3M-logo.jpg" style="vertical-align: middle;" width="60" /></div>
  </div>
</body>
</html>