Improve the style of the download page.
diff --git a/awards/_index.html b/awards/_index.html
index b45b6c6..2e8f552 100644
--- a/awards/_index.html
+++ b/awards/_index.html
@@ -1,9 +1,8 @@
 <div id="midcolumn">
-	<h2>Awards</h2>
-	<ul>
-		<li>
-			<h4>Open Innovation Award 2010</h4>
-		</li>
+	<h1>Awards</h1>
+	
+	<div class="homeitem3col">
+		<h3>Open Innovation Award 2010</h3>
 		<a href="http://www.obeo.fr/pages/news/en#041010"><img src="../images/openInnovationAward.png" width="155" height="101" /></a>
 		<br />
 		<p style="text-align:justify">Obeo wins the Open Innovation Award with the presentation of the Acceleo project at the Open
@@ -18,12 +17,13 @@
 	   	<p>
 	   		After the Eclipse Community Award in 2009, this prize recognizes the constant efforts of the Acceleo team & community to provide a quality tool. 
 		</p>
-
-		<li><h4>Best Open Source Eclipse-Based Developer Tool 2009</h4></li>
+	</div>
+	<div class="homeitem3col">
+		<h3>Best Open Source Eclipse-Based Developer Tool 2009</h3>
 		<a href="http://www.eclipse.org/org/press-release/20090323_AwardsWinners.php"><img src="http://www.eclipse.org/images/awards/winner09.jpg" /></a>
 		<br />	
 		<p>
 			This award recognizes Top Technologies in the Eclipse Community. <a href="http://www.eclipse.org/org/press-release/20090323_AwardsWinners.php">More information about this award.</a>
 		</p>
-	</ul>
+	</div>
 </div>
\ No newline at end of file
diff --git a/downloads/_styles.css b/downloads/_styles.css
index f131517..4bfea5b 100644
--- a/downloads/_styles.css
+++ b/downloads/_styles.css
@@ -18,7 +18,7 @@
 }
 
 .repo1 {
-	padding: 5px 5px 5px 0;
+  padding: 5px 5px 5px 0;
   border-bottom: 3px solid #D4D4DD;
 }
 
@@ -28,14 +28,14 @@
 }
 
 .repo2 {
-	padding: 5px 5px 5px 0;
+  padding: 5px 5px 5px 0;
 }
 
 .drop-label { 
   color: #000000;
   font-size: 12pt;
   font-weight: bold;
-	margin-bottom: 0;
+  margin-bottom: 0;
   margin-top: 0;
   padding-bottom: 0;
   padding-top: 0;
diff --git a/downloads/index.php b/downloads/index.php
index 66f6431..93dee66 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -1,4 +1,14 @@
-<?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'
+<?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());
+	
 	require_once($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/buildServer-common.php");
 	require_once($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/downloads-scripts.php");
 	require_once($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php");
diff --git a/downloads/styles.css b/downloads/styles.css
index 2582de8..0763ff7 100644
--- a/downloads/styles.css
+++ b/downloads/styles.css
@@ -1,7 +1,3 @@
-body {
-	text-align: center;
-}
-
 #leftcol {
 	margin-top: -20px;
 }