diff -urp hiroshige/hiroshige.info hiroshige_dev/hiroshige.info
--- hiroshige/hiroshige.info	2008-10-12 20:46:09.000000000 -0400
+++ hiroshige_dev/hiroshige.info	2009-05-29 00:55:18.000000000 -0400
@@ -22,7 +22,8 @@ regions[sub_head_left]         = Sub-hea
 regions[sub_head_center_left]  = Sub-header Center Left
 regions[sub_head_center_right] = Sub-header Center Right
 regions[sub_head_right]        = Sub-header Right
-regions[content]               = Content
+regions[content_top]           = Content Top
+regions[content]               = Content Bottom
 regions[left]                  = Left Sidebar
 regions[right]                 = Right Sidebar
 regions[bottom_left]           = Bottom Left
@@ -56,3 +57,10 @@ stylesheets[screen][] = style.css
 stylesheets[screen][] = views.css
 stylesheets[screen][] = core.css
 stylesheets[print][]  = print.css
+
+; Information added by drupal.org packaging script on 2009-02-03
+version = "6.x-1.x-dev"
+core = "6.x"
+project = "hiroshige"
+datestamp = "1233619787"
+
diff -urp hiroshige/page.tpl.php hiroshige_dev/page.tpl.php
--- hiroshige/page.tpl.php	2009-01-01 19:56:22.000000000 -0500
+++ hiroshige_dev/page.tpl.php	2009-05-29 00:53:24.000000000 -0400
@@ -98,6 +98,9 @@ $hiroshige_bottom_empty = (empty($bottom
                 <?php endif; ?>
                 <?php if ($show_messages && $messages): print $messages; endif; ?>
                 <?php print $help; ?>
+		<div id="content-top">
+                  <?php print $content_top ?>
+		</div> <!-- /#content_top -->
                 <div id="content-content" class="clear-block">
                   <?php print $content ?>
                 </div> <!-- /#content -->
