<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<?php
	$config = array(
    //"reset-fonts-grids" is now deprecated in place of the following config, although some compatibility check are there for reset-fonts-grids as well
	"css-primer"=>array(URL_FULL."external/yui/build/reset-fonts-grids/reset-fonts-grids.css"),
	"xhtml"=>false,
	"include-common-css"=>true,
	"include-theme-css"=>true
	);
	echo exponent_theme_headerInfo($config);
	?>
	<link rel="stylesheet" type="text/css" title="default" href="http://wallis.clp.ox.ac.uk/themes/basetheme/wallis-styles.css" >
	<link rel="stylesheet" type="text/css" media="print" href="http://wallis.clp.ox.ac.uk/themes/basetheme/print-test.css" >
	<link rel="icon" href="favicon.ico" type="image/x-icon">
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
	<div id="wrapper">
	<?php exponent_theme_sourceSelectorInfo(); ?>

	<!-- BANNER XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->
		<div id="bannershell">

			<div id="project_logo">
			    <a href="home">
			    	<img src="http://wallis.clp.ox.ac.uk/themes/basetheme/images/infinity2.png" height="100" width="110" border="0"
			    	title="Infinity symbol introduced by John Wallis in 1655 in his De sectionibus conicis" alt="Infinity symbol">
			    </a>
			</div>
			<div class="project1_heading">
				<img src="http://wallis.clp.ox.ac.uk/themes/basetheme/images/heading1.png" style="border: 0px;"  height="100" width="650" border="0"
			     alt="Project title">
			</div>
			<div id="ahrc">
				<a href="http://www.ahrc.ac.uk/" target="_blank">
			    <img style="border: 2px solid #ffffff;" src="http://wallis.clp.ox.ac.uk/themes/basetheme/images/AHRClogo.png" width="175" height="42"title="Arts and Humanities Research Council" alt="Arts and Humanities Research Council logo">
			    </a>
			</div>
			<div id="oxford_logo">
				<a href="http://www.ox.ac.uk/" target="_blank">
			    <img src="http://wallis.clp.ox.ac.uk/themes/basetheme/images/ox_logo.jpg" height="100" width="100" border="" alt="Oxford University Logo">
			    </a>
			</div>
		</div>

			<div class="menustart">
				<?php exponent_theme_showModule("containermodule","Default","","@left"); ?>
			</div>

                    <div class="subpage-content">
						<?php exponent_theme_main(); ?>
					</div>

    </div>
<?php echo exponent_theme_footerInfo(); ?>
</body>
</html>
