--- ./htdocs/themes/zen/layout.css	2007-01-17 00:28:41.000000000 -0500
+++ ./htdocs/themes/buildinggreen/layout.css	2007-03-27 12:58:09.000000000 -0400
@@ -42,7 +42,7 @@
   margin-right: -210px;
 }
 body.both-sidebars #main {
-  margin: 0 -210px;
+  margin: 0 -210px 0 -210px;
 }
 
 #squeeze {
@@ -58,18 +58,25 @@
   margin-right: 210px;
 }
 body.both-sidebars #squeeze {
-  margin: 0 210px;
+  margin: 0 210px 0 210px;
 }
 
 /* We ensure the sidebars are still clickable using z-index */
 #container .sidebar {
   margin: 0 0 5em;
-  width: 210px;
   float: left;
   z-index: 2;
   position: relative;
 }
 
+#sidebar-left {
+  width: 210px;
+}
+
+#sidebar-right {
+  width: 210px;
+}
+
 #container .sidebar .block {
   margin: 0 0 1.5em 0;
 }
