Bug 438206 - Convert tools (main) web page to solstice theme
diff --git a/_projectCommon.php b/_projectCommon.php
index 18c24c4..595fb50 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -19,6 +19,6 @@
 # Define your project-wide Nav bars here.
 # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 $Nav->addNavSeparator("Tools",   "/tools/");
-$Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=tools", "", 1  );
+$Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=tools", "_self", 1);
 $Nav->addCustomNav("    Charter", "/tools/eclipsetools-charter.php",   "_self", 1);
 
diff --git a/index.php b/index.php
index 5e54b7a..31db3f5 100644
--- a/index.php
+++ b/index.php
@@ -49,9 +49,11 @@
 </div>
 </div>
 
+<div id='rightcolumn'>
 <div class='sideitem'>
   <img src="EclipseToolsLogos/PNG/elipse-tools-logo128.png" alt="Eclipse Tools" height="128" width="128" style="float:right" /> 
 </div>
+</div>
 
 EOHTML;