split styles
diff --git a/_projectCommon.php b/_projectCommon.php
index 0b363a8..18789ee 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -47,7 +47,7 @@
 	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
 	
 	# To define additional CSS or other pre-body headers
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/skalli/style.css"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/skalli/styles/style.css"/>');
 	
 	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
 	$App->Promotion = TRUE;
diff --git a/download.php b/download.php
index 2815aa4..828d174 100644
--- a/download.php
+++ b/download.php
@@ -17,7 +17,7 @@
 	?>
 	
 <div id="midcolumn">
-  <h2>$pageTitle</h2>
+  <h2>Skalli Download</h2>
   <p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
 
   <h3>Skalli</h3>
diff --git a/index.php b/index.php
index 30249ac..e8ef84f 100755
--- a/index.php
+++ b/index.php
@@ -18,6 +18,7 @@
 	
 	// 	# Paste your HTML content between the EOHTML markers!
 	$html = file_get_contents('pages/_index.html');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/skalli/styles/style-index.css"/>');
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/styles/style-index.css b/styles/style-index.css
new file mode 100644
index 0000000..9f83f33
--- /dev/null
+++ b/styles/style-index.css
@@ -0,0 +1,9 @@
+@CHARSET "UTF-8";
+#midcolumn {
+	width: 640px;
+	padding: 0 10px 10px 10px;
+}
+
+#rightcolumn {
+	width: 260px;
+}
diff --git a/style.css b/styles/style.css
similarity index 96%
rename from style.css
rename to styles/style.css
index edf76c9..98d3a6c 100644
--- a/style.css
+++ b/styles/style.css
@@ -4,16 +4,6 @@
 	padding-top: 210px;
 }
 
-#midcolumn {
-	width: 640px;
-	padding: 0 10px 10px 10px;
-}
-
-#rightcolumn {
-	width: 260px;
-}
-
-
 h3 {
 	clear: both;
 }