Try the solstice theme
diff --git a/_projectCommon.php b/_projectCommon.php
index 022c20d..9346dd2 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -13,7 +13,7 @@
 
 	# Set the theme for your project's web pages.
 	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
+	$theme = "solstice";
 	
 
 	# Define your project-wide Navigation here
@@ -25,15 +25,14 @@
 	# $Nav->setLinkList(array());
 	
 	# Break the navigation into sections
-	$Nav->addNavSeparator("MyProject", 	"/default");
-	$Nav->addCustomNav("Download", "/project/download.php", "_self", 3);
-	$Nav->addCustomNav("Documentation", "/project/documentation.php", "_blank", 3);
-	$Nav->addCustomNav("Support", "/project/support.php", "_blank", 3);
+	$Nav->addNavSeparator("Project Home", 	"/lyo");
+	$Nav->addCustomNav("Downloads", "/project/download.php", "_self", 2);
+	$Nav->addCustomNav("Documentation", "http://wiki.eclipse.org/Lyo", "_self", 2);
 	$Nav->addCustomNav("Getting Involved", "/project/developers", "_blank", 3);
 
 	# Define keywords, author and title here, or in each PHP page specifically
 	$pageKeywords	= "xtext, dsl, modeling, domain specific language, textual";
-	$pageAuthor		= "Your name";
+	$pageAuthor		= "Samuel Padgett";
 	# $pageTitle 		= "Xtext";
 
 
@@ -54,4 +53,4 @@
 	
 	# If you have Google Analytics code, use it here
 	# $App->SetGoogleAnalyticsTrackingCode("YOUR_CODE");
-?>
\ No newline at end of file
+?>