Cleanup / Use skin for Apache Branding in Navigation. See JAMES-1289

git-svn-id: https://svn.apache.org/repos/asf/james/postage/trunk@1147757 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index f7432d4..518ea11 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,17 +18,25 @@
   under the License.    
 -->
 <project name="Postage">
-  <bannerLeft>
-    <name>James Postage</name>
-    <src>images/james-postage-logo.gif</src>
-    <href>http://james.apache.org/postage/index.html</href>
-  </bannerLeft>
 
-  <bannerRight>
-    <name>The Apache Software Foundation</name>
-    <src>images/asf-logo-reduced.gif</src>
-    <href>http://www.apache.org/index.html</href>
-  </bannerRight> 
+    <skin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.7-SNAPSHOT</version>
+    </skin>
+
+    <bannerLeft>
+        <name>James Postage</name>
+        <src>images/logos/james-postage-logo.gif</src>
+        <href>http://james.apache.org/postage/index.html</href>
+        <alt>james-postage-logo.gif</alt>
+    </bannerLeft>
+
+    <bannerRight>
+        <name>The Apache Software Foundation</name>
+        <src>images/logos/asf-logo-reduced.gif</src>
+        <href>http://www.apache.org/index.html</href>
+    </bannerRight>
 
   <body>
 
@@ -40,7 +48,5 @@
       
     </menu>
 
-    ${reports}
-
   </body>
 </project>