/* 3 Column settings */
.threecol {
  background:#e1f0e1;    /* right column background colour */
}

.threecol .colmid {
  right:25%;      /* width of the right column */
  background:#fff;    /* center column background colour */
}

.threecol .colleft {
  right:50%;      /* width of the middle column */
  background:#004200; /* left column background colour */
}

.threecol .col1 {
  width:46%;      /* width of center column content (column width minus padding on either side) */
  left:102%;      /* 100% plus left padding of center column */
}

.threecol .col2 {
  width:25%;      /* Width of left column content (column width minus padding on either side) */
  left:29%;     /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
  width:25%;      /* Width of right column content (column width minus padding on either side) */
  left:79%;     /* Please make note of the brackets here:
          (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
  text-align:center;
  padding-top: 20px;
}
