.secondary_navigation {
  top: 102px;
  left: 8px;
  width: 166px;
  height: 208px;
  background: #fff;
}

.secondary_navigation ul li {
  position: absolute;
  list-style: none;
  display: inline;
  left: 0px;
  width: 166px;
  height: 18px;
  border-bottom: 1px solid #f2ebbd;
  overflow: hidden;
}

.secondary_navigation ul li a {
  font-size: 18px;
  white-space: nowrap;
}

.sidebar {
  top: 102px;
  left: 178px;
  width: 81px;
  height: 282px;
  background: #4EC9D6;
}

.content_biggest {
	top: 102px;
	left: 263px;
	width: 506px;
	height: 488px;
	background: #fff;
}

.content_biggest_scrollable {
  top: 102px;
  left: 263px;
  width: 506px;
  height: 488px;
  background: #fff;
   overflow: auto;
}
