fixed style issues
diff --git a/developers/_index.html b/developers/_index.html
index 645f081..45da534 100644
--- a/developers/_index.html
+++ b/developers/_index.html
@@ -26,8 +26,8 @@
 

 <ul>

 	<li><b><a

-		href="repositoryDetails.php"

-		title="AMP Repository Details">Source Code Access</a></b> - get the code

+		href="http://git.eclipse.org/c/mmt/org.eclipse.atl.git/

+		title="Repository Details">Source Code Access</a></b> - get the code

 	from GIT!</li>

 	<li><b><a

 		href="https://dev.eclipse.org/mailman/listinfo/m2m-atl-dev"

diff --git a/developers/_repositoryDetails.html b/developers/_repositoryDetails.html
deleted file mode 100644
index f761a56..0000000
--- a/developers/_repositoryDetails.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<p>The complete source code for ATL is publicly available from the
-Eclipse.org GIT repository.</p>
-
-<h3>Browse Repository</h3>
-<p>If you just want to browse the source code without checking out
-all the projects, you can use this link: <a
-	href="http://git.eclipse.org/c/mmt/org.eclipse.atl.git/">Browse
-ATL source code</a></p>
diff --git a/developers/index.php b/developers/index.php
index 6d3a3da..75514fa 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -1,10 +1,8 @@
-<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
-	$pageTitle 		= "ATL - Developers";
-
-	$html  = '<div id="midcolumn">';
-	$html .= file_get_contents('_index.html');
-	$html .= "</div>";
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'

+	$pageTitle 		= "ATL - Developers";

+

+	$html = file_get_contents('_index.html');

+

+	# Generate the web page

+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

+?>

diff --git a/developers/repositoryDetails.php b/developers/repositoryDetails.php
deleted file mode 100644
index bdb5dfc..0000000
--- a/developers/repositoryDetails.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
-	$pageTitle 		= "ATL - Developers - Repository Details";
-
-	$html  = '<div id="midcolumn">';
-	$html .= file_get_contents('_repositoryDetails.html');
-	$html .= "</div>";
-
-	# Generate the web page
-	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
diff --git a/download/index.php b/download/index.php
index 2bcbb51..57f8f72 100644
--- a/download/index.php
+++ b/download/index.php
@@ -9,9 +9,7 @@
 	
 $pageTitle 		= "ATL - Download";
 
-	$html  = '<div id="midcolumn">';
-	$html .= file_get_contents('_index.html');
-	$html .= "</div>";
+	$html = file_get_contents('_index.html');
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/support/_index.html b/support/_index.html
index 3984ca6..e9cd70d 100644
--- a/support/_index.html
+++ b/support/_index.html
@@ -24,6 +24,10 @@
 	</ul>
 </div>
 
+<div id="midcolumn">
+
+<div class="atlnavitem">
+<h2>Community Support</h2>
 <ul>	
 	<li><b><a href="/atl/documentation"
 		title="Documentation">Documentation</a></b> - read about
@@ -50,11 +54,13 @@
 		rel="nofollow">Recent bugs</a></b> - bugs recently closed</li>		
 		
 </ul>
-
-<h3>Professional Support</h3>
+</div>
+<div class="atlnavitem">
+<h2>Professional Support</h2>
 <p><p>The ATL team can be contacted through the official Eclipse forums and newsgroup. Yet this form of support may not meet daily needs of an enterprise adopter as far as response delays are involved. 
 <br /><br />Want to use ATL in a commercial environment and need training, reviews or simply an expert to get it done? We would be glad to assist you.
 atl is the result of several man-years of R&D started in the French company <a href="http://www.obeo.fr/index.php?&lang=en">Obeo</a> whom developers could offer you the best support.
 
+</p></p>
 
-</p></p>
\ No newline at end of file
+</div></div>
\ No newline at end of file
diff --git a/support/index.php b/support/index.php
index f604184..91caf1b 100644
--- a/support/index.php
+++ b/support/index.php
@@ -1,9 +1,7 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 	$pageTitle 		= "ATL - Support";
 
-	$html  = '<div id="midcolumn">';
-	$html .= file_get_contents('_index.html');
-	$html .= "</div>";
+	$html = file_get_contents('_index.html');
 	
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);