/* CSS Document */

#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #eef6ed;*/
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  float: left;
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 208px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 218px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
