diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 97e8484..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- $title
-
-
-
-
-
-
-
- $content
-
-
-
-
-
-
diff --git a/_static/style.css b/_static/style.css
deleted file mode 100644
index 1ac54a1..0000000
--- a/_static/style.css
+++ /dev/null
@@ -1,35 +0,0 @@
-body {
- font-family: "trebuchet ms";
- margin: 0;
-}
-
-#content {
- margin-top: 20px;
- margin-bottom: 30px;
- position: relative;
- margin: auto;
- width: 600px;
-}
-
-div#header, div#footer {
- background: #AD0404;
- height: 104px;
- width: 940;
- color: white;
- margin: 0;
- padding: 0;
- position: relative;
-}
-
-div#header_title {
- color: white;
- font-size: 34px;
- background: transparent;
-}
-
-div#header_tagline {
- color: white:
- font-size: 14px;
- background: transparent;
-}
-