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


#content-wrapper {
	height: auto;
	clear: both;

}

#right {
  width: 454px;
  border: 1px solid rgb(205,205,205);
  border-bottom: 2px solid rgb(205,205,205);
  background: white url("../img/pozadi-frame1.gif") bottom left repeat-x;
  float: left;
}

#right-content {
  margin: 2px;
}


#right-marker {

}

#left {
  width: 454px;
  border: 1px solid rgb(205,205,205);
  border-bottom: 2px solid rgb(205,205,205);
  background: white url("../img/pozadi-frame1.gif") bottom left repeat-x;
  float: left;
  margin-right: 8px;
}

#left-content {
  margin: 2px;
}

#left-marker {

}

#right h3, #left h3 {
  font-family: Gill Sans, Georgia, Arial;
  font-size: 120%;
  font-weight: normal;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0px;
} 
