html, body {
  margin: 0px;
  padding: 0px;
  border: none;
  text-align: center;
}

body {
  margin: 8px;
}

.clear {
  clear: both;
}

img {
  border: none;
}

#page_banner, #page_top_menu, #page_middle, #page_bottom_menu, #page_footer, #department_name {
  width: 1024px;
  margin: 0px auto;
  text-align: left;
}

#page_banner {
  height: 123px;
  background: url('../../media/pictures/banner.png') no-repeat;
}

#page_top_links {
  position: relative;
  float: right;
  width: 144px;
  height: 63px;
  margin: 4px;
}

#page_top_links div {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: right;
}

#page_top_links div a {
  display: block;
  padding: 0px 8px;
  text-decoration: none;
  color: #333366;
  font-weight: bold;
}

#page_search {
  float: right;clear: right;
  width: 120px;
  height: 20px;
  margin: 4px;
  text-align: right;
}

#page_search input {
  width: 90px;
  height: 18px;
  display: block;
  float: right;
  border: none;
}

#page_search button {
  padding: 0px;
  margin: 0px;
  border: none;
  background: url('../img/search.png');
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-left: 4px;
  cursor: pointer;
}

#page_search button:hover {
  background: url('../img/search_hover.png');
}

#page_languages {
  float: right;clear: right;
  height: 16px;
  margin: 4px;
}

#flag_est, #flag_eng, #flag_rus, #flag_fin {
  display: block;
  width: 22px;
  height: 14px;
  float: left;
  margin: 0px 3px;
  border: 1px solid #333366;
  overflow: hidden;
}

#flag_est {
  background: url('../img/flag_est.png');
}

#flag_eng {
  background: url('../img/flag_eng.png');
}

#flag_rus {
  background: url('../img/flag_rus.png');
}

#flag_fin {
  background: url('../img/flag_fin.png');
}

#page_top_menu, #page_bottom_menu {
  width: 1004px;
  height: 20px;
  background: #333366;
  color: #999999;
  padding: 0px 10px;
  font-size: 16px;
}

#page_bottom_menu {
  
}

#page_top_menu a, #page_bottom_menu a {
  text-decoration: none;
  color: #999999;
  padding: 0px 10px;
}

#page_top_menu a.selected,  #page_bottom_menu a.selected {
  color: white;
}

#department_name {
  width: 984px;
  height: 20px;
  color: #cccccc;
  text-align: center;
  padding: 0px 20px;
  padding-top: 10px;
  font-size: 18px;
  background: #6699cc;
  overflow: hidden;
}

#page_middle {
  background: url('../img/page_bg_repeat.gif') repeat-x;
  padding: 0px 0px;
  overflow: visible;
}

#page_content_box {
  float: left;
  width: 1014px;
  height: 100%;
  margin: 10px;
  margin-right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

#page_content {
  
}

#page_footer {
  height: 20px;
  background: url('../../media/pictures/footer.png') no-repeat;
}

#page_footer div {
  margin: 0px 4px;
  font-size: 14px;
  line-height: 20px;
  color: #eeeeee;
}

#page_footer div a {
  margin: 0px 16px;
  color: #eeeeee;
  text-decoration: none;
}