/**************************************************************************************************
html-body Section
***************************************************************************************************/
  body{
  text-align:center;
  background:#C39A2C;           
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/  
  
  /*#wraper{   
  width:969px;
  margin:0 auto;
  text-align:left;
  }*/
#wraper{
  position:absolute;
  top:50%;
  left:50%;
  height:583px;
  width:969px;
  margin:-291.5px 0 0 -484.5px;
  
  }
/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   #contentwraper{
   border-left:1px solid #e5d2a6;
   }

/**************************************************************************************************
Content section
***************************************************************************************************/  
   #content{
   width:969px;
   }
/*topblok style*/   
   .topblok{
   width:969px;
   height:254px;
   background: url(../images/topfotohm.jpg) no-repeat left top;
   background-position:0% 0%;
   }
/*downblok style*/   
   .downblok{
   width:969px;
   height:304px;
   }
   
/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   #footer{
   width:969px;
   height:25px;
   clear:both;
   background:url(../images/bgfooter.gif) no-repeat left top;
   background-position:0% 0%;
   _margin-top:-3px;
   }
   .footertbl{
   width:100%;
   }
  .footertbl p, .footertbl a{
   color:#fff;
   }
   .designcel{
   text-align:right;
   }
   
