Index: branches/LCSv1/views/default/results.html
===================================================================
--- branches/LCSv1/views/default/results.html	(revision 595)
+++ branches/LCSv1/views/default/results.html	(revision 613)
@@ -41,18 +41,18 @@
 }
 </script>
-<h2>
-    Search Results
-</h2>
-<hr>
-<!-- NB:  Python code within comment is STILL executed -->
-Query: {{=msg}}
-<br>
-Number of records found: {{=count}}
-<HR>
-<table border="1" cellpadding="5">
-{{=table}}
-{{for item in multiform:}}
-{{=item}}
-{{pass}}
-</table>
-<HR>
+<div style="margin: 0% 15% 0% 15%;">
+    <div id="pageTitle" class="header"> Search Results </div>
+    <hr>
+    <!-- NB:  Python code within comment is STILL executed -->
+    Query: {{=msg}}
+    <br>
+    Number of records found: {{=count}}
+    <hr>
+    <table border="1" cellpadding="5">
+        {{=table}}
+        {{for item in multiform:}}
+        {{=item}}
+        {{pass}}
+    </table>
+    <hr>
+</div>
