.clear {
   clear: both;
}
.inside {
   margin: 10px;
   }
body {
   color: #000;
   padding:0;
   margin: 10px 0;
   }
#pageWrapper {
   border-style: solid;
   border-width: 1px;
   border-width: #000;
   min-width: 600px;
   margin: 0 14px;
   }
#masthead {
   padding-top: 1px;
   border-bottom: solid 1px #000;
   }
#outerColumnContainer {
   border-left: solid 10em #fff;  /* effective */
   border-right: solid 10em #fff;
   }
#innerColumnContainer {
   width: 100%;
   border-style: solid;
   border-width: 0 1px;
   border-color: #000;
   margin: 0 -1px;
   }
#SOWrap {
   float: left;
   width: 100%;
   margin-right -1px;
   }
#leftColumn {
   float: left;
   margin-left: -10em;
   width: 10em;
   margin-right: 1 px;
   }
#mainContent {
   float:right;
   width: 100%;
   margin-left: -1px;
   }
#rightColumn {
   float: right;
   margin-right: -10em;
   width: 10em;
   margin-left: 1px;
   }
img.display {
   float: left;
   clear: left;
   padding: 10px;
}
ul.menu {
   list-style-type: none;
   }
/*********/
#pageWrapper, #innerColumnContainer, #masthead, #footer {
   border-color: #228b22;		/* all the borders within the layout */
   }
/*********/
* html #mainContent, * html #leftColumn, * html #rightColumn, * html #SOWrap {
   overflow: visible;
   position: relative;
   }
