#column1 {
  float: left;
  width: 615px;
}
#main {
  background-image: url('../img/layout/bg_main_sub.png');
  background-repeat: repeat-y;
}
#column2 {
  float: left;
  width: 228px;
}
#column1 .inner {
  margin: 10px;
  width: 595px;
  margin-left: 0px;
}
  #column1 h1 {
    margin-bottom: 10px;
    color: #40568d;
  }
#column2 .inner {
  margin: 10px;
}
#column2 h2 {
  margin-bottom: 10px;
  color: #40568d;
}
#column2 ul ul {
  margin-top: 5px;
}
  #column2 li ul li {
    list-style: circle;
  }
#subpage-column-right {
  float: right;
  width: 127px;
}
  #subpage-column-right h3 {
    color: #40568d;
  }
.contacts {
  width: 100%;
  margin: 10px;
}
.contacts td {
  padding: 10px;
  padding-top: 0px;
}
.contacts .people img {
  padding: 2px;
  border: 1px solid #000000;
}
