--- style.css.orig	2005-11-21 20:10:26.000000000 +0100
+++ style.css	2005-11-21 20:59:34.000000000 +0100
@@ -485,6 +485,11 @@
 .main-content .breadcrumb a:first-letter {
   text-transform: uppercase;
 }
+/* Profile Formatting */
+.profile { 
+  clear: none;
+} 
+
 /* Box Formatting */
 .main-content .box {
   background-color: #EDF3F9; 
@@ -502,6 +507,11 @@
 .main-content .box .content {
   padding: 0.5em;
 }
+
+/* Miscellaneous Content */
+br {
+  clear : none;
+}
 /* Comments & Related Tools */  
 .comment {
   padding: 1.0em;
@@ -786,6 +796,10 @@
 form #message {
   background-image: none; 
 }
+.node-form .standard {
+  clear: none;
+}
+
   /*</group>*/
 
 /*<group=Form Element Styles>*/
