April 12th 9am
diff --git a/template.css b/template.css
index 549c4eb..eb85b5b 100644
--- a/template.css
+++ b/template.css
@@ -15,10 +15,9 @@
 	float:left;

 }

 

-.news {

+.news, .spotlight {

 	max-width:1000px;

-	width:100%

-

+	width:100%;

 }

 

 .categoryLeft, .categoryRight{

@@ -29,7 +28,6 @@
 	margin:0px;

 }

 

-

 .box{

 	

 }

@@ -42,6 +40,7 @@
 .box ol li{

 	list-style-type:none;

 	background:url(images/boxbg2.png) no-repeat;

+    position: relative;

 }

 

 .categoryLeft .box ol li, .categoryRight .box ol li {

@@ -57,9 +56,10 @@
 .boxHeader{

 	color:#4F4F4F;

 	font-weight:bold;

+	font-size:12px;

 	padding-left:8px;

-	padding-top:4px;

- 	padding-bottom:4px

+	padding-top:5px;

+ 	padding-bottom:3px

 }

 

 .boxHeader a {

@@ -77,9 +77,28 @@
 .newsItems{

 	padding-top:10px;

 	padding-left:0px;

-	height : 200px

-	min-height : 200px;

-	height : 200px;

+

+}

+

+.newsItem {

+	display: inline;

+}

+

+.newsTitle {

+	font-size:12px;

+	font-weight:bold;

+	color:#595791;

+}

+	

+.newsDate {

+	padding-left:20px;

+	font-size:10px;

+	color:#6F6F6F;

+}

+

+.newsBody {

+	padding-left:25px;

+	font-size:11px;

 }

 

 .newsItems li {

@@ -94,4 +113,13 @@
 	font-size:10px;

 	padding-right:10px;

 	clear:all;

+}

+

+.newsQuote{

+	font-size:10px;

+	color:#595791;

+	margin:7px;

+	padding: 1px;

+	background:#F5F5FF;

+	border:1px solid #CCCCCC;

 }
\ No newline at end of file
diff --git a/template.php b/template.php
index 8b9abd3..f7bc0ed 100644
--- a/template.php
+++ b/template.php
@@ -44,18 +44,56 @@
 					<div class="boxHeader">What's New</div>
 					<div class="boxBody">
 						<ul class="newsItems">
-							<li>04.06.2006 - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </li>
-							<li>04.04.2006 - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc rhoncus. Sed ante.</li>
-							<li>04.01.2006 - Sed ante. Nam elit justo, lobortis sed, porttitor sed, dapibus ultrices</li>
-							<li>03.30.2006 - Fusce ac lectus rutrum urna egestas faucibus. Sed diam mauris, feugiat sed</li>
-							<li>03.25.2006 - Aliquam auctor dolor eu ipsum. Vestibulum pellentesque turpis at elit.</li>
+							<li><div class="newsItem"><span class="newsTitle">The Eclipse Foundation’s Coordinated Kickoff </span></div>
+								<div class="newsDate">posted by ngervais 23 minutes ago.</div>
+								<div class="newsBody">
+									Announcing the Eclipse Foundation's Coordinated Kickoff, the excitement surrounding the biggest Eclipse release has only gotten bigger. Lets hear it for Callisto!. 
+								</div>
+							</li>
+							<li><div class="newsItem"><span class="newsTitle">Check out Nulogy Packman</span></div>
+									<div class="newsDate">posted by ngervais 1 day ago.</div>
+								<div class="newsBody">
+									I've added a new RCP application to the RCP Commercial Plugin Repository. Here's a brief description.<br />
+									<div class="newsQuote">"PackMan™ is the most comprehensive production management system available for contract packaging. It provides operational intelligence to contract packagers and logistics service providers performing co-packing operations (also known as kitting or secondary packaging), allowing them to run their businesses more competitively and profitably.</div>
+								</div>
+							</li>
+							<li><div class="newsItem"><span class="newsTitle">The Eclipse Foundation’s Coordinated Kickoff </span></div>
+									<div class="newsDate">posted by ngervais X time ago.</div>
+								<div class="newsBody">
+									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+								</div>
+							</li>
+							<li><div class="newsItem"><span class="newsTitle">The Eclipse Foundation’s Coordinated Kickoff </span></div>
+									<div class="newsDate">posted by ngervais X time ago.</div>
+								<div class="newsBody">
+									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+								</div>
+							</li>
+							<li><div class="newsItem"><span class="newsTitle">The Eclipse Foundation’s Coordinated Kickoff </span></div>
+									<div class="newsDate">posted by ngervais X time ago.</div>
+								<div class="newsBody">
+									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+								</div>
+							</li>
 						</ul>
-						<div class="newsMore"><a href="whatsnew.php">Read More</a></div>	
+						<div class="newsMore"><a href="submitnews.php">Submit News</a> - <a href="whatsnew.php">Read More</a></div>	
 					</div>
 				</li>
 			</ol>
 			</div>
-		</div>					
+		</div>
+		<div class="spotlight">
+			<div class="box">
+				<ol>
+					<li>
+						<a href="events/">
+						<div class="boxHeader">SpotLight</div>
+						<div class="boxBody">Feature New and Exciting Plugins / RCP apps, basically anything here that will change weekly.</div>
+						</a> 
+					</li>
+				</ol>
+			</div>
+		</div>
 		<div class="categoryLeft">
 			<div class="box">
 			<ol>
@@ -117,7 +155,7 @@
 			</div>
 		</div>
 	</div>
-		
+				
 EOHTML;