Restructuring.
diff --git a/content/en_docs.php b/content/en_docs.php
index 5915e3d..1df067d 100644
--- a/content/en_docs.php
+++ b/content/en_docs.php
@@ -872,5 +872,4 @@
 <!-- ./end  #midcolumn -->
 
 <!-- Start of the right column -->
-<? include("docs_menu.php"); ?>
 <!-- ./end  #rightcolumn -->
\ No newline at end of file
diff --git a/content/en_index.php b/content/en_index.php
index b47604d..63457b9 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -1384,15 +1384,3 @@
 </div>
 <!-- ./end  #midcolumn -->
 
-
-
-<!-- Start of the right column -->
-<div id="rightcolumn">
-    <div class="sideitem">
-        <h2>Related Links</h2>
-        <ul>
-            <li><a target="_self" href="/jemo/roadmap.php">Roadmap</a></li>
-        </ul>
-    </div>
-</div>
-<!-- ./end  #rightcolumn -->
diff --git a/content/en_setup_aws.php b/content/en_setup_aws.php
index 86df8fb..1b22dc4 100644
--- a/content/en_setup_aws.php
+++ b/content/en_setup_aws.php
@@ -14,8 +14,6 @@
 
 <!-- Main content area -->
 <div id="midcolumn">
-    <h1>Setup Documentation</h1>
-
 
     <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>1. Getting Started</h2>
     <p>When Jemo starts, it iterates over supported CSP&#8217;s and attempts to find credentials for a user to run with.
@@ -637,14 +635,3 @@
 </div>
 <!-- ./end  #midcolumn -->
 
-<!-- Start of the right column -->
-<div id="rightcolumn">
-    <div class="sideitem">
-        <h2>Related Links</h2>
-        <ul>
-            <li><a target="_self" href="/jemo/roadmap.php">Roadmap</a></li>
-        </ul>
-    </div>
-</div>
-<!-- ./end  #rightcolumn -->
-
diff --git a/content/en_setup_azure.php b/content/en_setup_azure.php
index d535b80..3f185df 100644
--- a/content/en_setup_azure.php
+++ b/content/en_setup_azure.php
@@ -847,13 +847,3 @@
 </div>
 <!-- ./end  #midcolumn -->
 
-<!-- Start of the right column -->
-<div id="rightcolumn">
-    <div class="sideitem">
-        <h2>Related Links</h2>
-        <ul>
-            <li><a target="_self" href="/jemo/roadmap.php">Roadmap</a></li>
-        </ul>
-    </div>
-</div>
-<!-- ./end  #rightcolumn -->
diff --git a/content/en_setup_gcp.php b/content/en_setup_gcp.php
index ebee03d..f646338 100644
--- a/content/en_setup_gcp.php
+++ b/content/en_setup_gcp.php
@@ -1,10 +1,18 @@
-<html>
-
+<?php
+/*******************************************************************************
+ * Copyright (c) 2014 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Christopher Guindon (Eclipse Foundation) - Initial implementation
+ *******************************************************************************/
+?>
 
 <!-- Main content area -->
 <div id="midcolumn">
-    <h1>Setup Documentation</h1>
-
 
     <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>1. Getting Started</h2>
     <p>When Jemo starts, it iterates over supported CSP&#8217;s and attempts to find credentials for a user to run with.
@@ -413,18 +421,6 @@
 
 
 </div>
-<!-- ./end  #midcolumn -->
-
-<!-- Start of the right column -->
-<div id="rightcolumn">
-    <div class="sideitem">
-        <h2>Related Links</h2>
-        <ul>
-            <li><a target="_self" href="/jemo/roadmap.php">Roadmap</a></li>
-        </ul>
-    </div>
-</div>
-<!-- ./end  #rightcolumn -->
 
 
-</html>
+