html,body {
   background: #292929;
   margin:0px;
   padding:0px;
   height:100%;
   /**Настройка текста*/
   font-family: Times New Roman;
   font-size: 16px;
   color: #FFFFFF;
}
/**************************************************
 *Стили таблицы
 *
 *************************************************/

/* cellspacing=0 */
TABLE {border-collapse: collapse;}
/* cellpadding=0 */
TD {padding: 0px;}
/*img, div, a, input, p, span { behavior: url(../iepngfix.htc) }*/
/**************************************************
 *Стили верхушки
 *
 *************************************************/
.header{
  background: url('../images/header.gif') no-repeat top left;
  width:970px;
  height: 233px;
  padding:0;
  margin:0;
}
.menu{
  background: url('../images/menu.gif') no-repeat top left;
  width:970px;
  height: 44px;
  padding:0;
  margin:0;
}

/**************************************************
 *Стили информационного блока
 *
 *************************************************/

.info{
  width: 970px;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
}
.info .top{
  background:  url('../images/info_top.gif') no-repeat top;
  height: 7px;
}
.info .content{
  background:  url('../images/info_data.gif') repeat-y top left;
  padding: 10px 5px 10px 10px;
}
.info .bottom{
  background:  url('../images/info_bottom.gif') no-repeat bottom left;
  height: 7px; 
}
/**************************************************
 *Стили подвала
 *
 *************************************************/

.footer{
  background:  url('../images/footer.gif') no-repeat bottom left;
  width: 970px;
  height:49px;
  margin: 0;
  padding-left:2px;
}
.counter{
  float:left;
  height: 31px;
  width:88px;
  margin: 10px 10px 10px 10px;
 }
.copy{
  float:left;
  height: 20px;      
  margin-left: 50px;	
  margin-top:  10px;
  padding-top: 10px;
  width: 550px;  
  text-align: center;
  font-size: 14px;
}
.copy a{color: #FFFFFF;}
.copy a:visited{color: #FFFFFF;}
a{color: #FFFFFF;}
a:visited{color: #FFFFFF;}

.design{
  padding-top: 30px;
  padding-right: 10px;
  vertical-align: bottom;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}
/**************************************************
 *Стили кнопок
 *
 *************************************************/
a.button{
  background:  url('../images/button_left.gif') no-repeat top left;
  display: block;
  float: left;
  line-height: 22px;
  height: 34px; 
  padding-left: 6px;
  margin-left: 100px;
  text-decoration: none;
  font-size: 14px;
  -moz-outline:none;
  outline:none;
  ie-dummy:expression(this.hideFocus=true);
}

a:link.button, a:visited.button, a:hover.button, a:active.button{color: white;}

a.button span{
  background:  url('../images/button_right.gif') no-repeat top right;
  display: block;
  padding: 5px 20px 20px 0px;
  float:left;
  height: 34px;
}
/**************************************************
 *Стили данных
 *
 *************************************************/

.contact{color: #f49a50;}
.image_white_border{border: 3px #FFFFFF solid;}
.name{color: #f49a50;}
.description{font-size: 14px;}

a:link.name, a:visited.name, a:hover.name, a:active.name{color: #f49a50;}

