fixes to website module and fixed rename and double column bugs
diff --git a/css/all-web.css b/css/all-web.css
index 146d478..8ac14cb 100644
--- a/css/all-web.css
+++ b/css/all-web.css
@@ -1403,9 +1403,9 @@
 }
 
 .layout_wrapper, .layout-wrapper {
-	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
-	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
+	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
+	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
+	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
 	background-color: #fff;
 	padding: 15px;
 	-webkit-border-radius: 5px;
@@ -1425,7 +1425,8 @@
 }
 
 .layout-main {
-	padding: 15px;	
+	padding: 15px;
+	background-color: #fff;
 }
 
 .layout-main-section {
@@ -1946,8 +1947,8 @@
 	width: 900px;
 }
 
-.layout_wrapper {
-	padding: 27px;
+div#body_div {
+	margin-top: 90px;
 }
 
 p, li {
@@ -1965,10 +1966,6 @@
 	margin-bottom: 9px;
 }
 
-.web-content input[type="text"], .web-content input[type="password"], .web-content select {
-	min-width: 180px;
-}
-
 .web-head-section {
 	margin-bottom: 20px
 }
@@ -1991,6 +1988,7 @@
 
 .web-page-status {
 	padding: 7px;
+	margin-top: -20px;
 	color: #777;
 	clear: both;
 	text-align: right;
@@ -2021,20 +2019,12 @@
 }
 
 .web-footer div, .web-footer a {
-	font-size: 11px;
+	font-size: 14px;
 }
 
 .web-footer-menu {
 	margin-bottom: 7px;
 }
-footer a, footer a:visited {
-	color: #777;
-}
-
-footer a:hover {
-	background-color: #777;
-	color: #fff;
-}
 
 .web-footer-menu ul {
 	list-style: none;
@@ -2080,9 +2070,8 @@
 }
 
 .two-column {
-	width: 40%;
+	width: 50%;
 	float: left;
-	padding: 5%;
 }
 
 .clear {