*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 701f3c3..ac95d2c 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -13,6 +13,6 @@
 	$Nav->addNavSeparator("Galileo", "/galileo/");
 	$Nav->addCustomNav("Test Galileo M7", "/downloads/packages/release/galileo/m7", "_self", 1);
 	$Nav->addCustomNav("Galileo Bird's Nest", "http://galileo.chinposin.com", "_blank", 1);
-	$Nav->addCustomNav("Galilo Friends of Eclipse", "/galileo/friends", "_self", 1);
+	$Nav->addCustomNav("Galileo Friends of Eclipse", "/galileo/friends", "_self", 1);
 
 ?>
\ No newline at end of file
diff --git a/friends.php b/friends.php
index 900133e..2e326a7 100644
--- a/friends.php
+++ b/friends.php
@@ -21,34 +21,42 @@
 	# Paste your HTML content between the EOHTML markers!	
 	ob_start();
 	?>
+	<style>
+		h1 { font-size:24px;}
+		#bulletList li {
+			list-style-image: url('/eclipse.org-common/themes/Nova/images/leftNavSelected.png');
+			font-size:14px;line-height:21px;
+		}
+	</style>
 	<div id="midcolumn">
-		<h1>Friends of Eclipse</h1>
 		
-		<h2>Eclipse Galileo Release is Coming June 24</h2>
-		<p>
-			Become a <a href="/donate">Friend of Eclipse</a> to get early access to the Galileo release and a faster download experience[1].   At the same time you will be helping support the Eclipse Foundation and the Eclipse community.  Join now for only US$35.
-		</p>
+		<h1>Get Galileo Sooner and Faster</h1>
 		
-		<p style="font-size:10px;color:#888;">
-			[1] Friends of Eclipse get special access to the Eclipse Foundation download server.  This server will be available to Friends of Eclipse while the download packages are being synchronized to our mirrors.  This typically means the packages will be available up to 24 hrs before everyone else.   The Eclipse Foundation will also be dedicated extra bandwidth to this download server, so Friends should experience a faster download.
+		<ul id="bulletList">
+			<li>
+				Eclipse Galileo Release is coming June 24.
+			</li>
+			<li>
+				Become a <a href="/donate">Friend of Eclipse</a> to get early access to the Galileo release and a faster download experience[1].
+			</li>
+			<li>
+				At the same time you will be helping support the Eclipse Foundation and the Eclipse community.  Join now for only US$35.
+			</li>
+		</ul>
+		
+		<p style="font-size:12px;color:#555;">
+			[1] Friends of Eclipse get special access to the Eclipse Foundation download server.  This server will be available to Friends of Eclipse while the download packages are being synchronized to our mirrors.  This typically means the packages will be available up to 24 hrs before everyone else.   The Eclipse Foundation will also be dedicating extra bandwidth to this download server, so Friends should experience a faster download.
 		</p>
 		
 		
 	</div>
-	
-	<!-- remove the entire <div> tag to omit the right column!  -->
+	<!-- remove the entire <div> tag to omit the right column! -->
 	<div id="rightcolumn">
-		<div class="sideitem">
-			<h6>Related Links</h6>
-			<ul>
-				<li><a href="/donate">Become a Friend of Eclipse</a></li>
-				<li><a href="/donate/donorlist.php">Friends of Eclipse Donor List</a></li>
-			</ul>
-		</div>
+		
 		<div id="promos">
-			<img src="/galileo/images/friends.gif">
+			<a href="/donate/"><img width="200px" src="/donate/images/friendslogo.jpg"></a>
 		</div>		
-	</div>
+	</div> 
 
 	
 	<?
diff --git a/images/friends.gif b/images/friends.gif
index f16b261..713fded 100644
--- a/images/friends.gif
+++ b/images/friends.gif
Binary files differ