@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: 565px;
  float: right;

}

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

#middle-marker {

}

#left {
  width: 288px;
  float: left;
}

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

#left-menu {

}

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



