Index: trunk/docs/_static/default.css
===================================================================
--- trunk/docs/_static/default.css	(revision 155)
+++ trunk/docs/_static/default.css	(revision 156)
@@ -59,5 +59,5 @@
 
 div.related {
-    background-color: #5e3905;
+    background-color: #ed910d;
     line-height: 30px;
     color: #ffffff;
Index: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	(revision 155)
+++ trunk/docs/_templates/layout.html	(revision 156)
@@ -162,4 +162,4 @@
 {% block sidebar2 %}{{ sidebar() }}{% endblock %}
 
-{# remove first relbar #}
-{% block relbar1 %}{% endblock %}
+{# remove second relbar, at the bottom of the page #}
+{% block relbar2 %}{% endblock %}
Index: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py	(revision 155)
+++ trunk/docs/conf.py	(revision 156)
@@ -105,5 +105,5 @@
     "visitedlinkcolor": "#fc9326",    
     "sidebarbgcolor": "white",
-    "relbarbgcolor": "#5e3905"    
+    "relbarbgcolor": "#ffa500"    
 }
 
