body {
  padding: 0;
  margin: 0;
  background-image: url(../images/welcome2/bg.jpg);
  background-repeat: repeat-x;
  background-color: #a6ccff;
}

img {
  border: 0;
}

#content {
  position: relative;
  background-image: url(../images/welcome2/island.jpg);
  background-repeat: no-repeat;
  background-position: 400px 37px;
  height: 190px;
  text-align: left;  
}

#content #climlogo {
    position: relative;
  background-image: url(../images/welcome2/climsystems.jpg);
  height: 150px;
  background-repeat:no-repeat;
}

#content #climlogo #menu {
    margin: 0;
  padding: 128px 0 0 190px;
  list-style: none;
  white-space: nowrap;
}

#content #climlogo #menu li {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;    
}

#cols {
    margin: auto;
    width: 850px;
    font-family: Verdana;
    font-size: 10pt;
}

#cols .col {
    float: left;
    background-color: #b7d5ff;
    margin-right: 8px;
    border: 1px solid #87b6f7;
    color: #205399;
}

#cols .col .inner {
    padding: 8px;
}

#cols .col p {
    text-align: center;
}

#cols .col h5 {
    font-weight: bold;
    font-size: 10pt;    
    padding: 0 0 4px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #4073b9;
}

#cols .col a {
    color: #2f4e79;
}

#cols .col .headline {
    background-color: #c3dcff;
    padding: 5px 0;    
    margin: 6px 0;
    border-top: 1px dotted #83b7ff;
    border-bottom: 1px dotted #83b7ff;
    font-size: 8pt;
    text-align: center;
}

#cols .col .textitem {
    text-align: justify;
    font-size: 9pt;   
}