@import url(01_main.css);
@import url(02_header.css);
@import url(03_top_menu.css);
@import url(04_left_menu.css);
@import url(06_0_content.css);
@import url(07_footer.css); 
@import url(08_news.css);
@import url(09_form.css);


#content-wrapper {
	height: auto;
	clear: both;
	background: white;
}

#content-wrapper-content {
  background: white url("../img/content-background.gif") bottom left no-repeat;
  float: left;
  padding-bottom: 100px;
}

#middle {
  width: 365px;
  float: right;

}

#middle-content {
  margin: 10px 10px 10px 20px;
}

#middle-marker {

}

#left {
  position: absolute;
  top: 133px;
  left: 0px;
  width: 288px;
  float: left;
  z-index: 1;
}

#left-content {
  margin: 10px 20px 10px 10px;
}

#left-menu {

}

#left-marker {
   margin-top: 30px;
   margin-bottom: 50px;
}

#middle-content-bottom {
  position: absolute;
  background: url("../img/01-image-proc.gif") top right no-repeat;
  width: 522px;
  height: 573px;
  top: 88px;
  left: 10px;
  z-index: 0;
}

#middle-marker-bottom {
  margin-top: 340px;
  margin-right: 135px; 
}

#middle-marker-bottom ol {
  font-weight: bold;
}

#middle-marker-bottom ol li {
  padding-bottom: 5px;
}

