Nova look & feel
diff --git a/common/project-info.class.php b/common/project-info.class.php
index a58bfed..dbb9eef 100644
--- a/common/project-info.class.php
+++ b/common/project-info.class.php
@@ -26,7 +26,7 @@
     	$Nav->addCustomNav( "About This Project",
     		"/projects/project_summary.php?projectid=" . $this->projectkey, "", 1  );
 
-        $Nav->addCustomNav("Users", htmlspecialchars($this->info->gettingstartedurl), "", 1);
+        $Nav->addNavSeparator("Users", htmlspecialchars($this->info->gettingstartedurl), "", 1);
  	        $Nav->addCustomNav("Getting Started", htmlspecialchars($this->info->gettingstartedurl), "", 2);
 	        $Nav->addCustomNav("Downloads", htmlspecialchars($this->info->downloadsurl), "", 2);
 	        $Nav->addCustomNav("Documentation", "documentation.php", "", 2);
@@ -35,12 +35,12 @@
 	        if( !empty($users) ) {
 	        	$users($Nav);
 	        }
-        $Nav->addCustomNav("Integrators", htmlspecialchars($this->info->integratorsurl), "", 1);
+        $Nav->addNavSeparator("Integrators", htmlspecialchars($this->info->integratorsurl), "", 1);
 	        $Nav->addCustomNav("Plan", "plan.php", "", 2);
 	        if( !empty($integrators) ) {
 	        	$integrators($Nav);
 	        }
-        $Nav->addCustomNav("Contributors", htmlspecialchars($this->info->contributingurl), "", 1);
+        $Nav->addNavSeparator("Contributors", htmlspecialchars($this->info->contributingurl), "", 1);
 	        $Nav->addCustomNav("Contributing", htmlspecialchars($this->info->contributingurl), "", 2);
 	        $Nav->addCustomNav("Mailing Lists", "mailinglists.php", "", 2);
 	        if( !empty($contributors) ) {
diff --git a/index.php b/index.php
index 3efaddb..7dfcac1 100755
--- a/index.php
+++ b/index.php
@@ -19,16 +19,16 @@
 		<h1>SMILA - SeMantic Information Logistics Architecture</h1>
 		<h2>Unleashing the potential of unstructured data sources</h2>
 		<p>
-			The amount and diversity of information is growing exponentially, mainly in the area of unstructured data, <br>
-			like emails, text files, blogs, images etc. Poor data accessibility, user rights integration and the lack of <br>
-			semantic meta data are constraining factors for building next generation enterprise search and other document <br>
+			The amount and diversity of information is growing exponentially, mainly in the area of unstructured data, 
+			like emails, text files, blogs, images etc. Poor data accessibility, user rights integration and the lack of 
+			semantic meta data are constraining factors for building next generation enterprise search and other document 
 			centric applications. Missing standards result in proprietary solutions with huge short and long term cost.
 		</p>
 		<p>
-			<b>SMILA</b> is an extensible framework for building search solutions to access unstructured information in <br>
-			the enterprise. Besides providing essential infrastructure components and services, <b>SMILA</b> also delivers <br>
-			ready-to-use add-on components, like connectors to most relevant data sources. Using the framework as their <br>
-			basis will enable developers to concentrate on the creation of higher value solutions, like semantic driven <br>
+			<b>SMILA</b> is an extensible framework for building search solutions to access unstructured information in 
+			the enterprise. Besides providing essential infrastructure components and services, <b>SMILA</b> also delivers 
+			ready-to-use add-on components, like connectors to most relevant data sources. Using the framework as their 
+			basis will enable developers to concentrate on the creation of higher value solutions, like semantic driven 
 			applications etc.
 		</p>
 		<p>
@@ -54,10 +54,10 @@
 				This is the short excerpt from the official press release:<br>
 				<i>
 				"Retroactive to January 1, 2009, the initiative gains two significant semantic technology partners 
-				on the occasion of the Open Source Meets Business Congress (27. – 29. January 2009, Nuremberg, Germany) 
+				on the occasion of the Open Source Meets Business Congress (27. - 29. January 2009, Nuremberg, Germany) 
 				with Attensity, Inc., from Palo Alto, California and living-e AG from Karlsruhe, Germany. Both companies 
 				will continue development of their products based on the SMILA open architecture and infrastructure 
-				standard – Attensity with semantic text analytics technologies and living-e with its self-learning 
+				standard - Attensity with semantic text analytics technologies and living-e with its self-learning 
 				solutions for automated, intelligent responses to e-mails, SMS, faxes and letters."
 				</i>
 			</p>