diff --git a/_includes/headInclude.html b/_includes/headInclude.html
index 62f634e..d907494 100644
--- a/_includes/headInclude.html
+++ b/_includes/headInclude.html
@@ -2,6 +2,7 @@
+
@@ -9,15 +10,10 @@
-
-
-
+
+
+
+
diff --git a/_includes/pageFooter.html b/_includes/pageFooter.html
index 62ba7a3..289d1b0 100644
--- a/_includes/pageFooter.html
+++ b/_includes/pageFooter.html
@@ -1,29 +1,25 @@
-
-
-
-
diff --git a/_includes/pageHeader.html b/_includes/pageHeader.html
index d1dbc07..20118f8 100644
--- a/_includes/pageHeader.html
+++ b/_includes/pageHeader.html
@@ -1,17 +1,16 @@
-
-
-
- {% include pageHeader.html %}
-
-
+
+
+
+ {% include pageHeader.html %}
+
+
+
+
+ {{ content }}
+
+ {% include pageFooter.html %}
-
-
- {{ content }}
-
- {% include pageFooter.html %}
-
-
{% include documentFooter.html %}
diff --git a/_layouts/default.html b/_layouts/default.html
index e107196..8d5e360 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,21 +1,21 @@
{% include documentHeader.html %}
-{% include headInclude.html %}
-
{{ page.title }} | {{ site.title }}
+
+ {% include headInclude.html %}
+
{{ page.title }} | {{ site.title }}
+
-
-
-
-
- {% include pageHeader.html %}
-
-
- {{ content }}
+
+
+ {% include pageHeader.html %}
+
+
+ {{ content }}
+
+ {% include pageFooter.html %}
+
- {% include pageFooter.html %}
-
-
{% include documentFooter.html %}