New look based on XText homepage.
diff --git a/_index.html b/_index.html
index 5c110e1..c76d1d2 100644
--- a/_index.html
+++ b/_index.html
@@ -80,7 +80,7 @@
 

 <div class="sideitem" style="background-color: #FEFEFE; font-size: smaller">

 <h6>"What's an Agent-Based Model?"</h6>

-The primary focus of AMP is "Agent-Based Modeling". ABMs share characteristics with object models, but are:

+<p style="font-size: smaller">The primary focus of AMP is "Agent-Based Modeling". ABMs share characteristics with object models, but are:

 <ul>

 				<li>Spatial: Models have explicit environment(s) in which agents interact. (An environment need not be a

 				physical landscape; other examples of spatial relationships include social networks or positions within a logic

@@ -91,7 +91,7 @@
 				<li>Collective: Models contain large communities of agents which exhibit collaborative and competitive

 				behaviors.</li>

 				<li>Emergent: Agents have collective macro-behaviors that are non-obvious from agent micro-specifications.</li>

-</ul>

+</ul></p>

 </div>

 

 <div class="sideitem">

diff --git a/style.css b/style.css
index 53fba35..57e236e 100644
--- a/style.css
+++ b/style.css
@@ -13,7 +13,7 @@
 }
 
 #padding {
-	height: 30px;
+	height: 20px;
 }
 
 
diff --git a/style2.css b/style2.css
index c9528ed..60947b6 100644
--- a/style2.css
+++ b/style2.css
@@ -11,7 +11,6 @@
 #border {
 	border-style: solid;
 	border-width: 5px;
-	padding: 8px 5px;
 	border-color: rgb(230,228,242);
 }