diff --git a/modules/lifepod/skins/xe_official/css/common.css b/modules/lifepod/skins/xe_official/css/common.css
index 0946ae080..b6dbe0847 100644
--- a/modules/lifepod/skins/xe_official/css/common.css
+++ b/modules/lifepod/skins/xe_official/css/common.css
@@ -1,8 +1,9 @@
@charset "utf-8";
/* board Title */
-.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%;}
+.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%; margin-bottom:10px; }
.boardHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
+.boardHeader h3 { border-bottom:3px solid #fe3614; }
/* board Information */
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
diff --git a/modules/lifepod/skins/xe_official/list.html b/modules/lifepod/skins/xe_official/list.html
index 2340471e8..d1afa643e 100644
--- a/modules/lifepod/skins/xe_official/list.html
+++ b/modules/lifepod/skins/xe_official/list.html
@@ -1,5 +1,5 @@
-
+
@@ -13,7 +13,6 @@ xAddEventListener(window, 'load', startLifepod);
//]]>
-
diff --git a/modules/lifepod/skins/xe_official/skin.xml b/modules/lifepod/skins/xe_official/skin.xml
index aacfbce4d..02573701a 100644
--- a/modules/lifepod/skins/xe_official/skin.xml
+++ b/modules/lifepod/skins/xe_official/skin.xml
@@ -8,6 +8,12 @@