Index: /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css	(revision 1788)
+++ /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css	(revision 1789)
@@ -1,2 +1,10 @@
+/*
+* {
+	margin: 0;
+	padding: 0;
+	border: 0;
+}
+*/
+
 body {
 	background-color: #F9F2DE;
@@ -7,5 +15,61 @@
 }
 
-#banner  a#bannerLeft img {
+#banner a#bannerLeft img {
 	margin: 15px 0 0 30px !important;
 }
+
+#breadcrumbs {
+	background-color: white;
+	color: black;
+}
+
+#breadcrumbs .xleft {
+	text-shadow: none;
+}
+
+#leftColumn {
+	float: left;
+	overflow: auto;
+	width: 170px;
+	margin-top: 15px;
+	margin-left: 30px;
+}
+
+#bodyColumn {
+	background-color: white;
+	border: 1px solid #E2D8C0;
+	margin: 15px 0 15px 230px;
+	padding: 10px;
+}
+
+.section {
+	margin-bottom: 35px;
+	padding: 0;
+}
+
+h2 {
+	background-color: white;
+	border-top: 0;
+	border-right: 0;
+	border-left: 0;
+	border-bottom: 1px solid #E2D8C0;
+	color: #3F2008;
+	font-size: x-large;
+	font-weight: bold;
+}
+
+h3 {
+	background-color: white;
+	border-top: 0;
+	border-right: 0;
+	border-left: 0;
+	border-bottom: 1px solid #E2D8C0;
+	color: #FF7011;
+	font-size: large;
+	font-weight: bold;
+}
+
+h2, h3 {
+	margin: 0 0 15px 0;
+	padding: 5px;
+}
