Index: trunk/docs/_templates/index.html
===================================================================
--- trunk/docs/_templates/index.html	(revision 120)
+++ trunk/docs/_templates/index.html	(revision 120)
@@ -0,0 +1,3 @@
+{% extends "layout.html" %}
+{% set title = 'Overview' %}
+
Index: trunk/docs/_templates/indexsidebar.html
===================================================================
--- trunk/docs/_templates/indexsidebar.html	(revision 120)
+++ trunk/docs/_templates/indexsidebar.html	(revision 120)
@@ -0,0 +1,23 @@
+<table width="100%" cellspacing="10" style="width: 100%; background-color: #b8b9bb;">
+  <tr>
+    <td>
+      <a href="download.html">
+        <img src="_static/images/download.jpg" border="0px;" />
+      </a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=tSBDSUrN-pN-d3zZtpiuiW-QNEbjlnxta6hy1rmeICIKlJAxpPcpvK6npbi&dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69">
+        <img src="_static/images/donate.jpg" border="0px;" />
+      </a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <a href="http://twitter.com/ZOO_Project">
+        <img src="_static/images/twitter.jpg" border="0px;" />
+      </a>
+    </td>
+  </tr>
+</table>
Index: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	(revision 120)
+++ trunk/docs/_templates/layout.html	(revision 120)
@@ -0,0 +1,15 @@
+{% extends "!layout.html" %}
+
+{% block header %}
+    <img src="_static/images/header-logo.jpg">
+    {{ super() }}
+{% endblock %}
+
+{% block rootrellink %}
+    <li><a href="http://www.zoo-project.org/">Project Homepage</a> &raquo;</li>
+    {{ super() }}
+{% endblock %}
+
+{# put the sidebar before the body #}
+{% block sidebar1 %}{% endblock %}
+{% block sidebar2 %}{{ sidebar() }}{% endblock %}
