use fluido skin v1.9, use 1.9-SNAPSHOT parent, fix .gitignore
diff --git a/.gitignore b/.gitignore
index 4dd87bc..8a8c430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-target

+target/

 *.log

 .classpath

 .project

diff --git a/pom.xml b/pom.xml
index 7d285d9..34721a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>8</version>
+       <version>9-SNAPSHOT</version>
        <relativePath />
   </parent>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 4473bbd..6b7f7d0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,10 +21,24 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
   name="Fulcrum Factory">
+  
+    <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  
   <body>
     <menu name="Overview">
       <item name="Main"                 href="/index.html"/>
       <item name="ToDos"                href="/tasks.html" />
     </menu>
   </body>
+  
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>  
 </project>