diff --git a/www/index.php b/www/index.php
index 6d241142ae54459aa760263a9517a196c3497f9c..6e652dff5d1c0b233e09a62c42d4e1cf2d073baa 100644
--- a/www/index.php
+++ b/www/index.php
@@ -10,6 +10,7 @@ $local_results = '';
 $page->head .= '
 <script src="http://www.google.com/jsapi?key=ABQIAAAAfxH7RKwDLHYhDD9dSUZe-RTELkNjcWhKXky6vQZrvQAPA5Uw6xR-eQp2X1fKnLG-UqeKQ_7mwv5CcQ" type="text/javascript"></script>
 <link rel="stylesheet" type="text/css" href="searchCSS.css" />
+<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/peoplefinder_default.css" />
 ';
 $page->addScript('searchFunc.js');
 
@@ -81,16 +82,16 @@ $page->maincontentarea .= '
     </form>
   </noscript>
 </div>
-<div class="col right">
-    <h3 class="sec_header">UNL Directory</h3>
-    <div id="ppl_results"></div>
-    <a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
-</div>
 <div class="three_col left">
     '.$local_results.'
     <h3 class="sec_header">UNL Web</h3>
     <div id="unl_results"></div>
 </div>
+<div class="col right">
+    <h3 class="sec_header">UNL Directory</h3>
+    <div id="ppl_results"></div>
+    <a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
+</div>
 ';
 echo $page;
 
diff --git a/www/searchCSS.css b/www/searchCSS.css
index f97581e322193b0f33a55bee95b306eff54bea7e..f5590e3d7735de8a8a1e73c36d491f278e1fc442 100644
--- a/www/searchCSS.css
+++ b/www/searchCSS.css
@@ -1,56 +1,4 @@
 /* Google/Peoplefinder Styles */
-#ppl_results ul{
-	list-style:none;
-	padding:0;
-    margin-bottom:5px;
-}
-#ppl_results ul li.ppl_Sresult{
-	border-bottom:1px solid #ddd;
-	padding:0.7em 0 0.7em 0.7em;
-}
-#ppl_results ul li.ppl_Sresult:hover, #ppl_results ul li.ppl_Sresult.alt:hover{
-	background:#FFFEF0;
-	border-bottom:1px solid #d3d3d3;
-}
-#ppl_results ul li.ppl_Sresult.alt{
-	background:#FAFAFA;
-}
-#ppl_results ul li.ppl_Sresult div.tel{
-	background:url(http://peoplefinder.unl.edu/images/mobile.gif) no-repeat 0 0.75em;
-	padding:0.5em 0 0 1em;
-	position:relative;
-	color:#333;
-}
-#ppl_results .fn{
-	float:left;
-	margin-right:0.2em;
-}
-#ppl_results .cMatch{
-	background:#ffffcc;
-	margin:1em 0 1em 0;
-	padding:0.5em;
-	border:1px solid #d0c8a5;
-}
-#ppl_results .cMatch p {
-	margin:0;
-}
-#ppl_results .cNav{
-	position:absolute;
-	right:0;
-	top:0;
-	font-weight:normal;
-	letter-spacing:-0.1em;
-}
-#ppl_results a.cInfo{
-	background:url(http://peoplefinder.unl.edu/images/person.gif) no-repeat 0 3px;
-	padding:0 0 0 1em;
-	margin-left:0.8em;color:#555;text-decoration:underline;
-}
-#ppl_results .eppa{
-	font-size:0.75em;
-	margin-top:0.2em;
-}
-
 /*
 
 The Search results
@@ -94,40 +42,3 @@ padding: 0.7em;
 .gs-watermark {
 	display: none;
 }
-
-
-/* HCard Popup Styles */
-body
-{
-	position: relative;
-}
-
-div.vcard {
-	padding: 5px;
-	color: #fff;
-}
-div.vcard a {
-	color: #fff;
-}
-div.vcard .fn {
-	float: left;
-	font-weight: bold;
-	margin-right: 4px;
-}
-div.vcard .vcardinfo {
-	padding: 6px;
-	line-height: 1.1;
-	position: relative;
-}
-div.vcard .adr, div.vard .tel {
-	margin-top:10px;
-	margin-bottom:10px;
-	font-size:0.9em;
-}
-div.vcard .type {
-	font-weight: bold;
-}
-div.vcard .eppa{
-	font-size:0.75em;
-	margin-top:0.2em;
-}
\ No newline at end of file