JAMES-1831 Change logo
diff --git a/pom.xml b/pom.xml
index abd48a0..ba12fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,8 @@
     </distributionManagement>
 
     <properties>
+        <james-skin.version>1.8</james-skin.version>
+
         <!-- Override the source descriptor -->
         <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
         <!-- Use java 5 -->
diff --git a/src/site/resources/images/james-logo.png b/src/site/resources/images/james-logo.png
deleted file mode 100644
index 2ef3d9a..0000000
--- a/src/site/resources/images/james-logo.png
+++ /dev/null
Binary files differ
diff --git a/src/site/site.xml b/src/site/site.xml
index c0b605f..8795d39 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,6 +19,12 @@
 -->
 <project name="jSPF">
 
+    <skin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-skin</artifactId>
+        <version>${james-skin.version}</version>
+    </skin>
+
   <bannerLeft>
     <name>James jSPF</name>
     <src>images/james-logo.png</src>
@@ -26,7 +32,53 @@
     <alt>james-logo.png</alt>
   </bannerLeft>
 
+    <bannerRight>
+        <name>The Apache Software Foundation</name>
+        <src>images/logos/asf_logo_small.png</src>
+        <href>http://www.apache.org/index.html</href>
+    </bannerRight>
+
   <body>
+
+  <links>
+            <item
+                    name="Home"
+                    href="http://james.apache.org/index.html" />
+            <item
+                    name="Server"
+                    href="http://james.apache.org/server/index.html" />
+            <item
+                    name="Hupa"
+                    href="http://james.apache.org/hupa/index.html" />
+            <item
+                    name="Protocols"
+                    href="http://james.apache.org/protocols/index.html" />
+            <item
+                    name="Mailets"
+                    href="http://james.apache.org/mailet/index.html" />
+            <item
+                    name="Mailbox"
+                    href="http://james.apache.org/mailbox/index.html" />
+            <item
+                    name="Mime4J"
+                    href="http://james.apache.org/mime4j/index.html" />
+            <item
+                    name="jSieve"
+                    href="http://james.apache.org/jsieve/index.html" />
+            <item
+                    name="jSPF"
+                    href="http://james.apache.org/jspf/index.html" />
+            <item
+                    name="jDKIM"
+                    href="http://james.apache.org/jdkim/index.html" />
+            <item
+                    name="MPT"
+                    href="http://james.apache.org/mpt/index.html" />
+            <item
+                    name="Postage"
+                    href="http://james.apache.org/postage/index.html" />
+        </links>
+
     
     <menu name="jSPF" inherit="top">
       <item name="Overview" href="/index.html"/>
@@ -35,13 +87,51 @@
       <item name="Useful RFCs" href="/rfclist.html"/>
     </menu>
 
-    <!-- Not yet there
-    <menu name="Documentation">
-      <item name="jSPF" href="documentation.html"/>
-      <item name="Design" href="design.html"/>
-      <item name="jSPF Javadocs" href="apidocs/index.html" />
-    </menu>
-    -->
+        <menu
+                name="About James"
+                inherit="bottom">
+            <item
+                    name="Overview"
+                    href="/index.html" />
+            <item
+                    name="News"
+                    href="/newsarchive.html" />
+            <item
+                    name="Mailing Lists"
+                    href="/mail.html" />
+            <item
+                    name="Contributing"
+                    href="/contribute.html" />
+            <item
+                    name="Guidelines"
+                    href="/guidelines.html" />
+            <item
+                    name="Wiki"
+                    href="http://wiki.apache.org/james" />
+            <item
+                    name="Who We Are"
+                    href="/team-list.html" />
+            <item
+                    name="License"
+                    href="/license.html" />
+            <item
+                    name="Thanks"
+                    href="/thanks.html" />
+            <item
+                    name="Professional support"
+                    href="/support.html" />
+        </menu>
+
+        <menu
+                name="Download"
+                inherit="bottom">
+            <item
+                    name="Releases"
+                    href="http://james.apache.org/download.cgi" />
+        </menu>
+
+
+
 
   </body>
 </project>