html{
  scrollbar-arrow-color: #fff;
  scrollbar-face-color: #680419;
}



body{
  font-family: arial, tahoma, Sans-serif;
  font-size:11px;
  text-align: center;
  margin:0 auto;
  padding: 0;
  background-color:#666666;
  background-image: url(images/tile.jpg);
  background-repeat: repeat-x;
}


img{
border:none;
}

.wrapper{
  width: 833px;
  height: 900px;
  margin:0 auto;
  background-image: url(images/wrapperbg.jpg);
  background-repeat: no-repeat;
  }


.flash{
  float: left;
  margin: 98px 0px 0px 8px;
}


    *:lang(en) .flash{
      margin: 98px 0px 0px 14px;
    }
    
    
    html>body .flash{
      margin: 98px 0px 0px 16px;
    }




.main{
  float: left;
  width: 575px;
  height: 475px;
  margin: 50px 0px 0px 13px;
}


    *:lang(en) .main{
      margin: 50px 0px 0px 30px;
    }


    html>body .main{
      margin: 50px 0px 0px 30px;
    }


  .main p{
    color: white;
    text-align: left;
    font-size: 12px;
  }
  
  
    .main p em{
    color: #680419;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }
  


.right{
  float: left;
  width:180px ;
  height:400px ;
  margin: 50px 0px 0px 25px;
}



  .right p{
    text-align: right;
    font-size: 12px;
    color: white;
  }
  
  
  .right p em{
    color: #666666;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }


  .right a{
  color: white;
  text-decoration: none;
  }
  
  
  .right a:hover{
  color: white;
  text-decoration: underline;
  }


.footer{
  clear: both;
  color: #680419;
  margin: 0px 0px 25px 0px; 
  }

  .footer li{
    list-style: none;
    display: inline;
  }
  
  .footer li a{
    margin: 0px 5px 0px 5px;
    color: #680419;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
  }
  
    .footer li a:hover{
    text-decoration: underline;
  }
