<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--

	Spring Bloom by christopher robinson
	http://www.edg3.co.uk/
	hope you enjoy it and find it usefull :)

-->
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
	<% base_tag %>
	<title>Glen Valley Organic Farm &raquo; <% if MetaTitle %>$MetaTitle<% else %>$Title<% end_if %></title>
	$MetaTags(false)
	<% require themedCSS(layout) %> 
	<% require themedCSS(typography) %> 
	<% require themedCSS(form) %> 
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="content-language" content="en-CA" />
	<meta name="mssmarttagspreventparsing" content="true" />	
</head>

<body>
	<div id="header">

		<ul>
		  <% control Menu(1) %>
		    <li><a href="$Link">$MenuTitle.XML</a></li>
		  <% end_control %>
		</ul>
	</div>
	<div id="content">

		<% if HasSidebar %>
		<div id="sidebar">

			<% if Menu(2) %>
			<h1>$ParentTitle</h1>
			<ul class="subpages">	
				<% control Menu(2) %>
				<li><a href="$Link">$MenuTitle.XML</a></li>
				<% end_control %>
			</ul>
			<% end_if %>

			<% if show_leftside_content %>
			$Sidebar
			<% end_if %>

		</div>
		<% end_if %>

		<div id="main" class="<% if HasSidebar %>withsidebar<% else %>withoutsidebar<% end_if %>">

		  $Layout

		</div>
	</div>
	<div id="footer">
		<p>Copyright &copy; 2009-$CurrentYear Glen Valley Organic Farm | Web Development by <a href="http://www.pikawebsolutions.com/" target="_new">Pika Web Solutions</a></p>
	</div>

<% if CurrentMember %>
$SilverStripeNavigator
<% end_if %>

</body>

</html>
