/**********BANNER**********/

#banner {
  position: relative;
  width: 1000px;
  height: 320px;
  overflow: hidden;
}


/**********CONTENT**********/

#content {
  position: relative;
  width: 1000px;
  text-align: left;
  background-color:#000000
  background-image: url(../images/back_02.jpg);
  
}

#contentleft {
  position: relative;
  top: 15px;
  left: 15px;
  width: 180px;
  float: left;
}

#contentcenter{
  position: relative;
  top: 15px;
  left: 45px;
  width: 550px;
  float: left;
  
  
}

#contentright {
  position: relative;
  top: 15px;
  right: 15px;
  width: 180px;
  float: right;
  
}


#newscenter {
  position: relative;
  width: 375px;
  float: left;
}

#newsright  {
  position: relative;
  width: 190px;
  left:30px;
  float: right;
}
