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>
Index: /branches/LCSv1/views/default/list.html
===================================================================
--- /branches/LCSv1/views/default/list.html	(revision 593)
+++ /branches/LCSv1/views/default/list.html	(revision 613)
@@ -1,8 +1,10 @@
 {{extend 'layout.html'}}
-<h1>List of Current Log Entries</h1>
-<p>
+<div id="pageTitle" class="header">
+    List of Current Log Entries
+</div>
+<p style="text-align: center;">
     This page is just an exploration.  It won't appear in the final application.  We won't build our pages in this manner, either. 
 </p>
-    <table border="1" cellpadding="5">
+    <table border="1" cellpadding="5" style="margin: 0% 20% 0% 20%;">
         <tr>
         <th></th>
