  div#tournaments {
    width:580px;
    height:250px;
    padding:0px;
    margin-top: 20px;
    margin-bottom: 17px;
  }
  div#tournaments_texts {
    color:#000000;
    width:240px;
    height:250px;
    margin:0;
    font-family:verdana;
    float:left;
    text-align:justify;
    background: #ffffff url('../images/tournaments/left_back.jpg') 0 0;
    z-index: 1;
  }
  div#tournaments_texts table#freeroll {
    width:240px;
    font-size:10px;
    margin:0;
    color:#000000;
    font-size:11px;
  }
  div#tournaments_texts table#freeroll thead tr td {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    color:#a90100;
    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/dark_stripes.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, div#tournaments_texts div.box8
  {
    background: url('../images/tournaments/left_back.jpg') 0 0;
	height:100%;
  }
  
  div#tournaments_texts p {
    font-size:12px;
    color:#000000;
    text-align:justify;
    margin:8px;
    padding: 0;
  }
  div#tournaments_texts p.title {
    font-size:15px;
    color:#a90100;
    font-weight:bold;
    text-align:center;
    margin:8px;
    margin-bottom:13px;
    padding: 0;
  }
  div#tournaments_texts p a {
    color:#a70001;
    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.jpg') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box2{
    background:url('../images/tournaments/03.jpg') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box3{
    background:url('../images/tournaments/01.jpg') -10px 0;
    width:340px;
    height:250px;
  }
  div#tournaments_images div.box4{
    background:url('../images/tournaments/04.jpg') -10px 0;
    width:340px;
    height:250px;
  }
