@charset "utf-8";
/* CSS Document */

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #9bb6d2; /* Sets the right border properties for an element using shorthand notation */
  border-left: solid 1px #9bb6d2;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
		height:1330px;
}