html,body{height:100%}

 body{
  background-color:#332822;
  text-align:center;
  margin:0px;
  padding:0px;
  xcolor:#B09F85;
  color:#AF9F82;
  font-size:14px;
  }
  
  form, table, td, tr{
  margin:0px;
  padding:0px; 
  }
  
  
  h1{
  margin:0px;
  padding:0px;
  color:#716245;
  font-size:16px;
  margin-bottom:15px;
  }
  
  div.page_sifr{
  margin-bottom:15px;
  }
  
  a{
  text-decoration:none;
  }
  
  img{
  border:0px;
  padding:0px;
  margin:0px;
  }
  
  #content{
  width:760px;
  margin:auto;
  text-align:left;
  background-image:url('../images/bg_line.jpg');
  
  height:100%;
  min-height:100%;

  }
  
  html>body #content{height:auto}/* not ie6- */
  
  #left{
  float:left;
  width:560px;
  }
  
  #right{
  float:right;
  width:190px;
  margin-top:100px;
  margin-left:10px;
  }
  
  #right a{
  color:#716245;
  line-height:25px;
  font-size:12pt;
  }
  #right a:hover{
  color:#B09F85;
  }
  
  #head{
  background-image:url('../images/bg_top.jpg');
  height:100px;
  }
  
  #middle_content{
  margin-right:20px;
  }
  
  #big_img{
  padding:10px;
  background-color:#241F1B;
  text-align:center;
  }
  
  #slide{
  background-color:#241F1B;
  padding:10px;
  margin-top:10px;
  
  }
  
  #slide #img1{
  float:left;
  padding-right:18px;
  }
  #slide #img2{
  float:left;
  padding-right:18px;
  padding-left:18px;
  }
  #slide #img3{
  float:left;
  padding-right:18px;
  padding-left:18px;
  }
  #slide #img4{
  float:left;
  padding-left:18px;
  }
  
  #box{
  background-color:#241F1B;
  padding:10px;
  text-align:justify;
  line-height: 1.4;
  
  }
  
  
  
  .float_left{
  float:left;
  }
  
  .float_right{
  float:right;
  }
  
  .float_clear{
  clear:both;
  font-size:1px;
  height:1px;
  }
  
  .page_sifr
  {
    font-size:12pt;
  }


.menu_sifr
  {
    font-size:12pt;
    
  }

  #dhtmltooltip{
  position: absolute;
  width: 150px;
  border: 1px solid black;
  padding: 2px;
  color:#D2C6B3;
  
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 
  }
  
  .space{
  border-bottom:solid 1px #AF9F82; 
  height:1px; 
  font-size:1px;
  margin-top:25px;
  margin-bottom:24px;
  }
  
  .but{
  border:solid 1px #AF9F82;
  color:#AF9F82;
  background-color:#241F1B;
  }
  
  
