Add privacy policy and trademarks to the documentation pages

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1363931 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/WEB-INF/scalate/layouts/default.ssp b/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
index 3f71a7f..91b3459 100644
--- a/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
+++ b/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
@@ -154,8 +154,10 @@
         <%= body %>
       <% } %>
     </div>
-      <div id="siteFooter">
-        <p>Thanks for using Apache ServiceMix!</p>
-  </div>
+    <div id="siteFooter">
+      &copy; 2008-2011 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
 </body>
 </html>
\ No newline at end of file
diff --git a/src/main/webapp/activemq/toc.ssp b/src/main/webapp/activemq/toc.ssp
new file mode 100644
index 0000000..f8822a1
--- /dev/null
+++ b/src/main/webapp/activemq/toc.ssp
@@ -0,0 +1,8 @@
+<ul>
+    <li id="introduction">
+        <a href="${uri("/activemq/index.html")}">Introduction</a>
+    </li>
+    <li id="activemq-camel">
+        <a href="${uri("/activemq/activemq-camel-example.html")}">ActiveMQ and Camel example</a>
+    </li>
+</ul>
\ No newline at end of file
diff --git a/src/main/webapp/theme/master.css b/src/main/webapp/theme/master.css
index 7523576..bff2829 100644
--- a/src/main/webapp/theme/master.css
+++ b/src/main/webapp/theme/master.css
@@ -137,11 +137,12 @@
   background-color: #76a3cd;
   margin-top: 30px;
   color: #ffffff;
-  text-align: right;
+  text-align: center;
   vertical-align: bottom;
   clear: both;
   padding-left: 20px;
   padding-right: 20px;
+  font-size: 80%;
 }
 
 div#content {