diff --git a/css/pha_theme.css b/css/pha_theme.css
new file mode 100644
index 0000000..a7cc5a2
--- /dev/null
+++ b/css/pha_theme.css
@@ -0,0 +1,13 @@
+#menu-bar {
+ background: #00BFFF;
+ padding: 0;
+}
+
+#powerby-login {
+ display: none;
+}
+
+#footer {
+ background-color: #ffffff;
+}
+#column {width: 100%}
\ No newline at end of file
diff --git a/css/starterkit-ie.css b/css/starterkit-ie.css
deleted file mode 100755
index 3d0fed7..0000000
--- a/css/starterkit-ie.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/* THIS FILE IS ONLY NECESSARY IF ALTERNATE CSS IS REQUIRED TO ADJUST FOR DISPLAY ISSUES IN IE.
-ANOTHER OPTION FOR TARGETING IE SPECIFIC CSS, IS TO USE IE PREFIX CLASSES IN WITHIN THE GENERAL
-THEME CSS FILE. SEE THE GENERAL THEME CSS FILE FOR EXMAPLES ON HOW TO USE THESE PREFIX CLASSES.
-
-BELOW IS AN EXAMPLE OF AN IE OVERRIDE FOR MARGIN-BOTTOM OF AN H2 */
-
-h2 {
- margin-bottom:10px;
- }
\ No newline at end of file
diff --git a/css/starterkit.css b/css/starterkit.css
deleted file mode 100755
index af38a7a..0000000
--- a/css/starterkit.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/* To utilize a google font, place the font url's here at the top of this css file as seen here*/
-@import url('http://fonts.googleapis.com/css?family=Arvo');
-
-body {
- font: arial,helvetica,sans-serif;
- color:#444;
- background: url('../images/columnsBg.png') #f1f1f1;
- }
-
-/* TYPOGRAPHY*/
-a, a:visited {
- color:#446677;
- text-decoration: none;
- }
-
-a:hover {
- text-decoration: underline;
- color: #222;
- }
-
-h1, h2, h3, h4 {
- font-weight:normal;
- font-family:'Arvo', arial, serif;
- margin-bottom:15px;
- }
-
-
-/* IF THE SEPARATE IE CSS FILE IS NOT USED, PREFIX CLASSES CAN BE USED THROUGHOUT THIS FILE.
- THIS EXAMPLE IS AN IE8 OVERRIDE FOR MARGIN-BOTTOM OF AN H2 - .lt-ie8 WOULD TARGET IE7 */
-.lt-ie9 h2 {
- margin-bottom:10px;
- }
-
diff --git a/css/starterkit.layout.css b/css/starterkit.layout.css
deleted file mode 100755
index ceadfd2..0000000
--- a/css/starterkit.layout.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/* THIS FILE CONTAINS WIDTH INFORMATION FOR THE OUTER CONTAINER OF THE THEME AS A WELL AS SIDEBAR AND HEADER REGION WIDTHS.
-IT IS ONLY NECESSARY TO REFERENCE THIS CSS FILE IN THE .INFO FILE, IF THE CUSTOM THEME IS **NOT** BASED ON AN EXISTING OPENSCHOLAR THEME.
-IN THIS EXAMPLE, THE OUTER CONTAINER HAS A WIDTH OF 980PX, AND SIDEBAR AND HEADER REGION WIDTHS OF 200PX AND 230PX RESPECTIVELY. */
-
-
-.container {width:980px}
-#content-column,.content-column,div.sidebar {float: left; clear: none}
-.two-sidebars .content-inner {margin-left: 200px; margin-right: 230px}
-.sidebar-first .content-inner {margin-left: 200px; margin-right: 0}
-.sidebar-second .content-inner {margin-right: 230px; margin-left: 0}
-.region-sidebar-first {width: 200px; margin-left: -100%}
-.region-sidebar-second {width: 230px; margin-left: -230px}
-
-
-#header-container .gpanel .region {float: left; clear: none;}
-.header-left.header-main.header-right .region-header-second .region-inner {margin-left: 200px; margin-right: 230px;}
-.header-left.header-main .region-header-second .region-inner {margin-left: 200px; margin-right: 0;}
-.header-main.header-right .region-header-second .region-inner {margin-right: 230px; margin-left: 0;}
-.region-header-first {width:200px; margin-left:-100%;}
-.region-header-third {width:230px; margin-left:-230px;text-align: right;}
-.region-header-second {width:100%;}
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..ed2414f
Binary files /dev/null and b/favicon.ico differ
diff --git a/images/body_bg.png b/images/body_bg.png
deleted file mode 100644
index 4aab1b0..0000000
Binary files a/images/body_bg.png and /dev/null differ
diff --git a/images/main_nav_bg.png b/images/main_nav_bg.png
deleted file mode 100755
index 9e43d02..0000000
Binary files a/images/main_nav_bg.png and /dev/null differ
diff --git a/js/pha_theme.js b/js/pha_theme.js
new file mode 100644
index 0000000..09f342e
--- /dev/null
+++ b/js/pha_theme.js
@@ -0,0 +1,3 @@
+jQuery(document).ready(function($) {
+
+});
diff --git a/js/starterkit.js b/js/starterkit.js
deleted file mode 100755
index 011b683..0000000
--- a/js/starterkit.js
+++ /dev/null
@@ -1 +0,0 @@
-// JS SPECIFIC TO THIS CUSTOM THEME GOES HERE
diff --git a/starterkit.flav b/pha_theme.flav
old mode 100755
new mode 100644
similarity index 64%
rename from starterkit.flav
rename to pha_theme.flav
index 1011e19..ef24c6a
--- a/starterkit.flav
+++ b/pha_theme.flav
@@ -1,20 +1,18 @@
-; Any line below preceeded by semicolon is a comment. Some optional
-; directives are commented out, but you're welcome to use them by
-; removing the comment. The directives that are not commented out by
-; default are required for your theme to work correctly.
-
-;----------// Theme Information
-
- name = Starterkit
- description = A brief description about the theme.
- module = cleanblue
- screenshot = screenshot.png
-
-;----------// Stylesheets
-
- css[] = css/starterkit.css
-; css[] = css/starterkit.layout.css
-: ie_stylesheets[screen][lt IE 9][] = css/starterkit-ie.css
-
-; scripts[] = js/starterkit.js
-
+; Any line below preceeded by semicolon is a comment. Some optional
+; directives are commented out, but you're welcome to use them by
+; removing the comment. The directives that are not commented out by
+; default are required for your theme to work correctly.
+
+;----------// Theme Information
+
+ name = Custom PHA Theme
+ description = A brief description about the theme.
+ module = hwpi_onepage
+ screenshot = screenshot.png
+
+;----------// Stylesheets
+
+css[] = css/pha_theme.css
+
+
+scripts[] = js/pha_theme.js
\ No newline at end of file
diff --git a/screenshot.png b/screenshot.png
index 0b8ffc1..106361c 100755
Binary files a/screenshot.png and b/screenshot.png differ
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..c595a41
--- /dev/null
+++ b/test.html
@@ -0,0 +1,9 @@
+
+
+The Planetary Health Alliance
+
Join us!
+ + \ No newline at end of file