Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-private/private/bluebeach/page.tpl.php,v
retrieving revision 1.9.2.2
diff -u -F^f -r1.9.2.2 page.tpl.php
--- page.tpl.php	4 Feb 2008 19:45:01 -0000	1.9.2.2
+++ page.tpl.php	15 Feb 2008 09:18:10 -0000
@@ -43,6 +43,9 @@
     <div id="threecol">
     <?php endif; ?>
      <div id="content" class="content-<?php print $layout ?>"><div id="squeeze">
+      <?php if ($header): ?>
+        <div id="header-region"><?php print $header; ?></div>
+      <?php endif; ?>
       <?php if ($title != ""): ?>
       <h1 class="title<?php if ($tabs != "") { print ' withtabs'; } ?><?php if ($node->type) { print " node-type-$node->type"; } ?>"><?php print $title ?></h1>
       <?php endif; ?>
@@ -55,9 +58,6 @@
       <?php if ($messages != ""): ?>
       <div id="message"><?php print $messages ?></div>
       <?php endif; ?>
-      <?php if ($header): ?>
-        <div id="header-region"><?php print $header; ?></div>
-      <?php endif; ?>
       <?php print(preg_replace(array('!<blockquote([^>]*)>!i', '!</blockquote>!i'), array('<blockquote\1><div class="wbq">', '</div></blockquote>'), $content)); ?>
       <?php print $feed_icons; ?>
      </div></div>
Index: style.css
===================================================================
RCS file: /cvs/drupal-private/private/bluebeach/style.css,v
retrieving revision 1.24.2.6
diff -u -F^f -r1.24.2.6 style.css
--- style.css	4 Feb 2008 19:45:01 -0000	1.24.2.6
+++ style.css	15 Feb 2008 09:18:11 -0000
@@ -748,7 +748,7 @@ form {
 #content ul.primary {
   list-style: none;
 
-  padding: 0px 0em 0.26em 1em;
+  padding: 0px 0em 0.265em 1em;
   margin: -0.5em 0px 0.75em 0px;
   height: 20px;
 
@@ -893,7 +893,6 @@ form {
   padding: 3px 5px 2px 5px;
 }
 .block h2 {
-  background-color: #fff;
   background-color: #0174BB;
   margin: 0px;
   font-size: 1.0em;
@@ -917,6 +916,26 @@ form {
   text-decoration: none;
   font-weight: bold;
 }
+#content .block .content {
+  background-color: #ffffff;
+  border: solid #cfcfcf;
+  border-width: 0px 1px 1px 1px;
+}
+#content .block .content .w1 {
+  background: url(block-grey-br.png) no-repeat 100% 100%;
+}
+#content .block .content .w2 {
+  background: url(block-grey-bl.png) no-repeat 0% 100%;
+}
+#content .block h2 .w1 {
+  background: url(block-grey-tl.png) no-repeat 0% 0%;
+}
+#content .block h2 .w2 {
+  background: url(block-grey-tr.png) no-repeat 100% 0%;
+}
+#content .block h2 {
+  background-color: #777777;
+}
 
 /* Orange blocks */
 /*
