h1 {
  text-align: right;
  font-size: 16px;
  position: absolute;
  z-index: -1;
  right: 0px;
}
#welcome {
  padding: 20px;
  padding-left: 135px;
  padding-top: 50px;
  background-image: url('../img/layout/bg_welcome.jpg');
  background-repeat: no-repeat;
  color: #ffffff;
  margin-bottom: 5px;
}
#welcome a {
  padding-left: 10px;
  background-image: url('../img/layout/bg_href_welcome.png');
  background-repeat: no-repeat;
  background-position: 2px 6px;
  color: #ffffff;
  font-weight: bold;
}
  #col2 h2 {
    background-color: #333333;
    padding: 5px;
    padding-left: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
  }
  #col2 ul {
    margin: 15px;
    margin-left: 25px;
  }
    #col2 ul li {
      list-style: square;
      font-size: 11px;
      margin-bottom: 5px;
    }
  #col2 .col1 {
    float: left;
    width: 205px;
    background-color: #ededed;
  }
  #col2 .col2 {
    float: right;
    width: 350px;
  }
  #col2 .col1 p,
  #col2 .col2 p {
    padding: 15px;
    font-size: 11px;
  }

.banner {
  margin-top: 10px;
  margin-bottom: 10px;
} 


#controls {
  display: none;
}
#banners {
  width: 250px;
  height: 170px;
  overflow: hidden;
  float: left;
  position: relative;
}
