@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 2px #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:1160px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 180px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	
height: 1000px;
}
#outerWrapper #contentWrapper #links {
	margin:140px 0 0 180px;
  background-color: #fff;
  border-top: solid 0px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
		border-bottom: solid 0px #9bb6d2;
		border-left: solid 0px #9bb6d2;
		border-right: solid 0px #9bb6d2;
}
