/* CSS Document */
/* данный css для 2х колоночного макета */

@import url(head.css);
@import url(foot.css);


body{
  background:#FFFFFF url(http://gidrorul-images.brandproduction.ru:80/second_body_bg.png) 0% 0% repeat-y;
}
#left{
  float:left;
  width:323px;
  padding-top:10px;
  padding-bottom:100px;
  font-size:12px;
}
:lang(ru) #left{
  padding-bottom:0px;
}
#right{
  float:left;
  width:655px;
  padding:0 11px;
  padding-top:10px;
  padding-bottom:100px;
}
:lang(ru) #right{
  padding-bottom:0px;
}
/***********************************************/
#left a{
  display:block;
  color:#000000;
}
/***********************************************/

#right #main{
  margin-top:8px;
  padding-bottom:40px;
  border:1px #a4071a solid;
}

/***********************************************/
#errors{
  color:#a60719;
  font-size:12px;
  padding:10px 20px;
}
#errors h1{
  font-size:24px;
  margin-bottom:5px;
}
