*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 30bafdb..ff8947e 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -27,9 +27,9 @@
 	
 	# Break the navigation into sections
 	$Nav->addNavSeparator("Gemini Home", 	"/gemini/");
-	$Nav->addCustomNav("Download", 			"/gemini/dbaccess/download", 		"_self", 3);
+	$Nav->addCustomNav("Downloads", 		"/gemini/dbaccess/download", 		"_self", 3);
 	$Nav->addCustomNav("Documentation", 	"/gemini/dbaccess/documentation",	"_self", 3);
-	$Nav->addCustomNav("Support", 			"/gemini/dbaccess/support", 			"_self", 3);
+	$Nav->addCustomNav("Support", 			"/gemini/dbaccess/support", 		"_self", 3);
 	$Nav->addCustomNav("Getting Involved", 	"/gemini/dbaccess/contribute",		"_self", 3);
 	$Nav->addCustomNav("About DB Access",	"/gemini/dbaccess/about",    		"_self", 3);
 
diff --git a/about/index.php b/about/index.php
index 2b8011f..a9270e4 100644
--- a/about/index.php
+++ b/about/index.php
@@ -30,9 +30,9 @@
 	<div id="midcolumn">
 		<h2>About Gemini DB Access</h2>
 		<p>
-			The Gemini DB Access project is about providing modularized access to JDBC resources. It causesexports a DataSourceFactory
+			The Gemini DB Access project is about providing modularized access to JDBC resources. It exports a DataSourceFactory
 			object so that client applications of the JDBC driver can import and access the features of the driver without having to 
-			package the driver as part of the applicaion. 
+			package the driver as part of the application. 
 		</p>
 	</div>
 
diff --git a/contribute/index.php b/contribute/index.php
index 5fe92a4..f4de023 100644
--- a/contribute/index.php
+++ b/contribute/index.php
@@ -28,10 +28,10 @@
 ?>
 	
 	<div id="midcolumn">
-		<h2>Contributing to the Project</h2>
+		<h2>Contributing to DB Access</h2>
 		<p>
 			If you have a JDBC driver that you would like to either use or have already implemented as a module then
-			please either subscribe and send an email to the <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">developer mailing list</a> or post to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">forum</a>.
+			please either subscribe to and send an email to the <a href="https://dev.eclipse.org/mailman/listinfo/gemini-dev">developer mailing list</a> or post to the <a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=153">forum</a>.
 		</p>
 		
 		<p>
diff --git a/download/index.php b/download/index.php
index a125af0..4734e98 100644
--- a/download/index.php
+++ b/download/index.php
@@ -28,7 +28,7 @@
 ?>
 	
 	<div id="midcolumn">
-		<h2>Downloads</h2>
+		<h2>Gemini DB Access Downloads</h2>
 		<p>
 			All downloads are provided under the terms and conditions of the 
 			<a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.