  div#tournaments {
    width:580px;
    height:250px;
    padding:0px;
    margin-top: 20px;
    margin-bottom: 17px;
  }
  div#tournaments_texts {
    color:#fdfdfd;
    width:240px;
    height:250px;
    margin:0;
    font-family:verdana;
    float:left;
    text-align:justify;
    background: #ffffff url('../images/tournaments/Black.png') 0 0;
    z-index: 1;
  }
  div#tournaments_texts table#freeroll {
    width:240px !important;
    font-size:10px;
    margin:0;
    color:#fdfdfd;
    font-size:11px;
  }
  div#tournaments_texts table#freeroll thead tr td {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    color:#ffffff;
    font-weight:bold;
    font-size: 14px;
  }
  
  
  div#tournaments_texts table#freeroll tr {
    margin:0;
    text-align:center;
  }
  div#tournaments_texts table#freeroll tr.even {
    background-color:transparent;
  }
  div#tournaments_texts table#freeroll tr.odd {
    background:url('../images/tournaments/whitestripes.png') repeat;
  }
  div#tournaments_texts table#freeroll tr td {
    margin:0;
    padding:2px;
  }
  div#tournaments_texts div.box1, div#tournaments_texts div.box2, div#tournaments_texts div.box3, div#tournaments_texts div.box4, div#tournaments_texts div.box5, div#tournaments_texts div.box6, div#tournaments_texts div.box7
  {
    background: url('../images/tournaments/Black.png') 0 0;
  }
  
  div#tournaments_texts p {
    font-size:12px;
    color:#ffffff;
    text-align:justify;
    margin:8px;
    padding: 0;
  }
  div#tournaments_texts p.title {
    font-size:15px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    margin:8px;
    margin-bottom:13px;
    padding: 0;
  }
  div#tournaments_texts p a {
    color:#ffa800;
    text-decoration:underline;
  }
  
  
  div#tournaments_images {
    width:340px;
    height:250px;
    float:left;
    background-color: #aaaaaa;
  }
  div#tournaments_images div.box1{
    background:url('../images/tournaments/01.png') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box2{
    background:url('../images/tournaments/03.png') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box3{
    background:url('../images/tournaments/01.png') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box4{
    background:url('../images/tournaments/04.png') -10px 0;
    width:340px;
    height:250px;
  }
