@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);
@import url(10_language.css);


#content-wrapper {
	height: auto;
	clear: both;
	background: white url("../img/content-background.gif") top left repeat-y;
}

#middle {
  width: 577px;
  float: right;
}

#middle-content {
  float: left;
}

#middle-marker {
  margin: 20px 0px 20px 20px;
}

#left {
  width: 178px;
  float: right;
}

#left-content {
  
}

#left-menu {
  margin-top: 10px;
  margin-bottom: 30px;
}

#left-marker {
  margin-left: 0px;
  margin-right: 10px;
}

h2, h3 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px dotted rgb(190,188,189);
  padding-bottom: 5px;
  color: rgb(205,154,9);
  margin-bottom: 8px; 
  margin-top: 15px;
}

div.csc-frame-frame1 {
  margin-bottom: 20px;
}


