Index: themes/aquasoft/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aquasoft/style.css,v
retrieving revision 1.2
diff -u -r1.2 style.css
--- themes/aquasoft/style.css	19 Jun 2006 00:47:15 -0000	1.2
+++ themes/aquasoft/style.css	19 Jun 2006 12:06:28 -0000
@@ -16,6 +16,8 @@
 .rightcol { padding: 0px; width: 175px; background: #f4f4f4; color: #000000; }
 .content { padding: 10px 20px 20px 20px; background: #ffffff; color: #000000; font-size: 12px; text-align: justify; }
 .tableborder { border: 0px; margin: 0px; padding: 0px; background: url(images/tb_bg.gif) #cccccc repeat-x; color: #000000; }
+.headerreg { margin: 0px; padding: 0px; background: url(images/toolbar_bg.gif) #f4f4f4; color: #000000; }
+.footerreg { margin: 0px; padding: 0px; background: url(images/toolbar_bg.gif) #f4f4f4; color: #000000; }
 .footernav { margin: 0px; padding: 0px; background: url(images/toolbar_bg.gif) #f4f4f4; color: #000000; }
 #footernav { float: left; width: 100%; }
 #footernav ul{ margin: 0; padding: 0 0 0 6px; list-style: none; }
Index: themes/aquasoft/page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aquasoft/page.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 page.tpl.php
--- themes/aquasoft/page.tpl.php	19 Jun 2006 00:48:24 -0000	1.2
+++ themes/aquasoft/page.tpl.php	19 Jun 2006 12:06:00 -0000
@@ -22,11 +22,15 @@
         <table class="tableborder" width="100%" cellpadding="3" border="0" cellspacing="1">
 	      <tr>
 		    <td class="toolbar" colspan="3">
-              <ul class="toolbarmenu" id="toolbar">
+              <div id="toolbar"><ul class="toolbarmenu" id="toolbar">
                 <li style="float:right;" id="tbaero"><a href="http://www.aero-soft.com/"></a></li>
                 <?php if ($logo) { ?><li id="tbhome"><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a></li><?php } ?>
                 <?php if (isset($primary_links)) { ?><li><img src="<?php print  base_path() . drupal_get_path('theme', 'aquasoft') .'/images/navsep2.gif' ?>" alt="" /></li><?php print aquasoft_primary_links(); ?><?php } ?>
-            </td>
+              </div>
+			  <div id="headerreg">
+                <?php print $header ?>
+              </div>
+			</td>
           </tr>
           <tr>
           <?php if ($sidebar_left) { ?>
@@ -60,8 +64,10 @@
           </tr>
           <tr>
             <td class="footernav" colspan="3">
-              <div id="footernav">
+              <div id="footerreg">
                 <?php print $footer_message ?>
+              </div>
+              <div id="footernav">
                 <?php print aquasoft_footer_primary_links(); ?>
               </div>
             </td>
