*** empty log message ***
diff --git a/ie_layout.css b/ie_layout.css
new file mode 100644
index 0000000..349192d
--- /dev/null
+++ b/ie_layout.css
@@ -0,0 +1,6 @@
+.selectedTab .spiffy * {
+	margin-bottom:-2px
+}
+.deselectedTab .spiffy * {
+	margin-bottom:-2px
+}
\ No newline at end of file
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..142a016
--- /dev/null
+++ b/index.php
@@ -0,0 +1,115 @@
+<?php  error_reporting(E_ALL);																														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'
+	
+	#*****************************************************************************
+	#
+	# template.php
+	#
+	# Author: 		Denis Roy
+	# Date:			2005-06-16
+	#
+	# Description: Type your page comments here - these are not sent to the browser
+	#
+	#
+	#****************************************************************************
+	$documentRoot = $_SERVER['DOCUMENT_ROOT'];
+	require_once ($documentRoot .'/europa/scripts/projectsTable.php');
+	require_once ($documentRoot . '/resources/scripts/resources_html.php');	
+	require_once ($documentRoot . '/home/categories/scripts/whatsnew.php');
+	#
+	# Begin: page-specific settings.  Change these. 
+	$pageTitle 		= "Eclipse Europa  Release";
+	$pageKeywords	= "Eclipse Europa Simultaneous Release";
+	$pageAuthor		= "Nathan Gervais";
+	
+	# Add page-specific Nav bars here
+	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
+	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
+	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
+	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
+
+	# End: page-specific settings
+	#
+	// This file is linked to from lots of different places.
+	// Use absolute paths to make sure that we can actually test
+	// that the file renders properly (i.e. testing using) "/index.php",
+	// and "/home/index.php" both work.
+	# Paste your HTML content between the EOHTML markers!
+	
+	$whatsnew = rss_to_sideitem_html('/community/news/2005inthenewsarchive', 3, "europa");	
+	$resource_filter = "Europa";
+	//$displayTabs = displayTabs();		
+	$resources_table = $Resources_HTML->get_pillar_resources_table($resource_filter);
+	$description = "Europa is about improving the productivity of the developers working on top of Eclipse frameworks by providing a more transparent and predictable development cycle.  By releasing 23 projects at the same time, the goal is to eliminate uncertainty about version compatibility and make it easier to incorporate multiple projects into your environment.
+		        <br /><br />
+		              
+		        <em>While Europa is about the simultaneous release of twenty three projects</a>, it is
+		        not a unification of the projects - each project remains a
+		        separate open source project operating with its own project leadership,
+		        its own committers, and its own project plan.</em>";
+	 
+	ob_start();
+	?>
+	
+	<link rel="stylesheet" type="text/css" href="layout.css" media="screen" />
+	<script language="javascript" type="text/javascript" src="/home/scripts/functions.js"></script>
+	<script language="javascript">
+		function t(i, j) {
+			var e = document.getElementById(i);
+			var f = document.getElementById(j);
+			var t = e.className;
+			if (t.match('invisible')) { t = t.replace(/invisible/gi, 'visible'); }
+			else { t = t.replace(/visible/gi, 'invisible'); }
+			e.className = t;
+			f.className = t;
+		}
+	</script>	
+	<div id="midcolumn">
+		<div id="headerBG">
+			<table cellspacing=0 class="headerBar">
+	        	<tr>
+	        		<td align="right">Eclipse Europa</td>
+				</tr>				
+			</table>
+		</div>
+		<p>
+			<?=$description;?>
+			</p>
+		
+		<?=projectTable(EUROPA);?>
+		<br/>
+		<table width="100%" cellspacing=0 cellpadding=0>
+			<tr>
+				<td colspan="2">				
+					<div id="technicalResources">
+						<?=$resources_table;?>
+					</div>
+				</td>
+			</tr>
+			</table>		
+
+		<p>&nbsp;</p>
+
+	</div>
+
+	<div id="rightcolumn">
+	
+	   <div class="sideitem">
+				<?=$whatsnew;?>	
+		</div> 
+		
+		<div class="sideitem">
+			<h6>Related Links</h6>
+			<ul>
+				<li><a href="friends.php">Friends of Europa</a></li>
+			</ul>
+		</div>
+	</div>
+
+<? 
+$html = ob_get_contents();
+ob_end_clean();
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
+
diff --git a/layout.css b/layout.css
new file mode 100644
index 0000000..828e64e
--- /dev/null
+++ b/layout.css
@@ -0,0 +1,411 @@
+.item_headline {
+	padding: 3px;
+}
+
+.visible .item_contents {
+	display: block;
+}
+
+.invisible .item_contents {
+	display: none;
+}
+
+.visible .item_menu {
+	display: block;
+}
+
+.invisible .item_menu {
+	display: none;
+}
+
+.visible a.norgie {
+	background: url('images/minus.gif') no-repeat;
+	padding-right: 2px;
+}
+
+.invisible a.norgie {
+	background: url('images/plus.gif') no-repeat;
+	padding-right: 2px;
+}
+
+.item_menu {
+	position: relative;
+	left: 5px;;
+	margin: 10px;
+	margin-left: 15px;
+	padding-left: 5px;
+	padding-bottom: 5px;
+	font-weight: bold;
+}
+
+.item_contents {
+	margin: 10px;;
+	background-color: #F8F8F8;;
+	border: 1px dashed black;;
+	padding: 5px;
+}
+
+a.norgie {
+	float: left;
+	clear: all;;
+	height: 20px;
+	width: 10px;
+	margin-top: 5px;
+	margin-bottom: -5px;
+}
+
+body {
+	color: #000;
+}
+
+#midcolumn {
+	padding-top: 20px;
+	padding-left: 20px !important;
+}
+
+.plugins {
+	margin-bottom: 10px;
+	margin-top: 0px;
+	width: 100%;
+	float: left;
+	max-height: 300px;
+	height: 300px;
+	overflow-y: auto;
+	overflow-x: hidden;
+}
+
+.resources {
+	margin-bottom: 10px;
+	margin-top: 0px;
+	width: 100%;
+	float: left;
+	max-height: 300px;
+	height: 300px;
+	overflow-y: auto;
+	overflow-x: hidden;
+}
+
+.resourcesTable {
+	width: 100%;
+	border-bottom: 1px solid #49457C;
+}
+
+.resourcesHeaderDiv {
+	width: 100%;
+	float: left;
+}
+
+.resourcesHeader {
+	border-top: 2px solid #49457C;
+	background-image: url('images/bar.jpg');
+	font-size: 110%;
+	font-weight: bold;
+}
+
+.resourcesData td {
+	border-top: 1px solid darkgray;
+	vertical-align: top;
+}
+
+.paddingLeft {
+	padding-left: 7px;
+}
+
+.headerBar {
+	background:#0B328B url(images/europaBanner.jpg) no-repeat scroll top left;
+	height:120px;
+	padding: 0px;
+	width: 100%;
+	border-top: 3px solid #FF6700;
+
+}
+
+.headerBar td {
+	//background-image: url('images/bar.jpg');
+	font-size: 170%;
+	color:#FFFFFF;
+	vertical-align:top;
+	padding:10px;
+	font-weight: bold;
+}
+
+.headerBar span {
+	font-size: 80%;
+	font-weight: normal;
+}
+
+.projectTable {
+	width: 100%;
+	border-bottom: 1px solid #49457C;
+}
+
+#epicPlugins .projectTable {
+	width: 100%;
+	border-bottom:0px;
+}
+
+#epicPlugins .plugins .projectTable {
+	width: 100%;
+	border-bottom: 1px solid #49457C;
+}
+
+
+.memberTable {
+	width: 100%;
+	border-bottom: 1px solid #49457C;
+}
+
+.tableHeader {
+	background-image: url('images/bar.jpg');
+	font-weight: bold;
+	border-top: 2px solid #49457C;
+	border-bottom: 1px solid #49457C;
+	font-size: 100%;
+}
+
+.tableHeaderTitle {
+	font-weight: bold;
+	font-size: 125%;
+	padding-top: 10px;
+}
+
+.tableRow td{
+	border-bottom: 1px solid #CCC;
+	padding-top:5px;
+}
+
+.members {
+	float: left;
+	width: 100%;
+}
+
+.box {
+	width: 35%;
+	float: right;
+	clear: none;
+}
+
+.box ol {
+	padding-left: 0px;
+	margin: 0;
+	margin-top: 10px;
+}
+
+.box ol li {
+	list-style-type: none;
+	padding-bottom: 10px;
+}
+
+.categoryLeft .box ol li,.categoryRight .box ol li {
+	padding: 0px;
+	padding-bottom: 10px;
+}
+
+.box ol li ul li {
+	background: none;
+}
+
+.boxHeader {
+	background-image: url(images/bar.jpg);
+	background-position: top left;
+	background-repeat: repeat-x;
+	border-top: 1px solid #AAA;
+	border-bottom: 1px solid #AAA;
+	padding: 5px;
+	color: #000;
+	font-weight: bold;
+	font-size: 110%;
+}
+
+.boxHeader a {
+	color: #4F4F4F;
+}
+
+.boxBody {
+	border: 1px solid #CCC;
+	border-top: 0px;
+	min-height: 30px;
+	padding-left: 5px;
+	padding-top: 5px;
+	padding-bottom: 5px;
+	margin-bottom: 3px;
+}
+
+.newsItems {
+	padding-top: 10px;
+	padding-left: 0px;
+}
+
+.newsItem {
+	display: inline;
+}
+
+.newsTitle {
+	font-weight: bold;
+	color: #653265;
+}
+
+.newsDate {
+	padding-left: 20px;
+	font-size: x-small;
+	color: #6F6F6F;
+}
+
+.newsBody {
+	padding-left: 25px;
+}
+
+.newsItems li {
+	list-style-image:
+		url(/eclipse.org-common/themes/Phoenix/images/arrow.gif);
+	list-style-position: inside;
+	padding-left: 5px;
+	padding-bottom: 15px;
+}
+
+.newsMore {
+	text-align: right;
+	font-size: 70%;
+	padding-right: 10px;
+	clear: all;
+}
+
+.newsQuote {
+	font-size: 90%;
+	color: #595791;
+	margin: 7px;
+	padding: 1px;
+	background: #F5F5FF;
+	border: 1px solid #CCCCCC;
+}
+
+.selectedTab {
+
+}
+
+.selectedTab a {
+	color: #FFFFFF;
+	font-weight: bold;
+}
+
+.tab {
+	position: relative;
+	top: 3px;
+	left: -3px
+}
+
+.deselectedTab {
+	
+}
+
+.deselectedTab a {
+	color: #FFFFFF;
+	font-weight: bold;
+}
+
+.selectedTab .spiffy {
+	display: block;
+}
+
+.selectedTab .spiffy * {
+	display: block;
+	height: 1px;
+	font-size:1px;
+	overflow: hidden;
+	background: #595791;
+}
+
+.selectedTab .spiffy1 {
+	border-right: 1px solid #b7b6cf;
+	padding-right: 1px;
+	margin-right: 3px;
+	border-left: 1px solid #b7b6cf;
+	padding-left: 1px;
+	margin-left: 3px;
+	background: #8281ac;
+}
+
+.selectedTab .spiffy2 {
+	border-right: 1px solid #eeeef4;
+	border-left: 1px solid #eeeef4;
+	padding: 0px 1px;
+	background: #7876a5;
+	margin: 0px 1px;	
+}
+
+.selectedTab .spiffy3 {
+	border-right: 1px solid #7876a5;
+	border-left: 1px solid #7876a5;
+	margin: 0px 1px;
+
+}
+
+.selectedTab .spiffy4 {
+	border-right: 1px solid #b7b6cf;
+	border-left: 1px solid #b7b6cf;
+}
+
+.selectedTab .spiffy5 {
+	border-right: 1px solid #8281ac;
+	border-left: 1px solid #8281ac;
+}
+
+.selectedTab .spiffy_content {
+	padding: 0px 5px 3px;
+	background: #595791;
+	border-right: 1px solid #595791;
+	border-left: 1px solid #595791;
+}
+
+.deselectedTab .spiffy {
+	display: block;
+}
+
+.deselectedTab .spiffy * {
+	display: block;
+	height: 1px;
+	font-size:1px;	
+	overflow: hidden;
+	background: #B7B6CF;
+}
+
+.deselectedTab .spiffy1 {
+	border-right: 1px solid #e0dfea;
+	padding-right: 1px;
+	margin-right: 3px;
+	border-left: 1px solid #e0dfea;
+	padding-left: 1px;
+	margin-left: 3px;
+	background: #c9c8db;
+}
+
+.deselectedTab .spiffy2 {
+	border-right: 1px solid #f7f7fa;
+	border-left: 1px solid #f7f7fa;
+	padding: 0px 1px;
+	background: #c4c3d8;
+	margin: 0px 1px;
+}
+
+.deselectedTab .spiffy3 {
+	border-right: 1px solid #c4c3d8;
+	border-left: 1px solid #c4c3d8;
+	margin: 0px 1px;
+}
+
+.deselectedTab .spiffy4 {
+	border-right: 1px solid #e0dfea;
+	border-left: 1px solid #e0dfea;
+}
+
+.deselectedTab .spiffy5 {
+	border-right: 1px solid #c9c8db;
+	border-left: 1px solid #c9c8db;
+}
+
+.deselectedTab .spiffy_content {
+	padding: 0px 5px 3px;
+	background: #B7B6CF;
+	border-right: 1px solid #B7B6CF;
+	border-left: 1px solid #B7B6CF;
+}
\ No newline at end of file