html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
div#page {
  width: 900px;	
}

#logo {
  position: absolute;
  width: 150px;
  height: 128px;
  top: 0;
  left: 0;
  z-index: 0;
}

#top-container {
  height: 33px;
  padding: 0 0 0 220px;
}
#top-nav {
  float: left;
  margin: 13px 0 0 0;
}
#top-nav .item {
  float: left;
}
#top-nav .delim {
  float: left;
  padding: 0 4px;
}

#top-search {
  float: right;
  margin: 10px 38px 0 0;
  width: 146px;
}
#top-search input[type=text] {
  width: 78px;
  height: 18px;
  border-top: 1px solid #abadb3;
  border-left: 1px solid #e2e3ea;
  border-right: 1px solid #dbdfe6;
  border-bottom: 1px solid e3e9ef;
  padding: 0;
  margin: 0;
}
#top-search a {
  display: block;
  float: right;
  width: 55px;
  height: 18px;
  border: 1px solid #888888;
  background-color: #d6d6d6;
  padding: 0;
  margin: 0 0 0 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#left-column {
  float: left;
  width: 186px;
  padding: 104px 0 0 14px;
  background-position: 0 95px;
  background-repeat: no-repeat;
  background-image: url(../i/logo-bottom.gif);
}
#main-nav .item {
  width: 167px;
  height: 20px;
  padding: 7px 0 0 8px;
  border-top: 5px solid #fff;
  border-right: 6px solid #fff;
  border-left: 5px solid #fff;
  background-color: #4f9cd6;
}
#main-nav .sub-level {
  padding: 0 0 0 13px;
}
#main-nav .sub-level .item {
  background: none;
  height: 15px;
  border-top: 8px solid #fff;
  border-left: none;
  border-right: none;
  padding: 0;
}
#main-nav .sub-level .item a {
  display: block;
  padding: 0 0 0 15px;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-image: url(../i/main-nav-no.gif);
}
#main-nav .sub-level .item a:hover, #main-nav .sub-level .act a {
  background-image: url(../i/main-nav-act.gif);
}

#left-content {
  padding: 37px 0 0 5px;
}

#other-column {
  float: left;
  width: 700px;
}
#other-top {
  height: 162px;
  margin: 0 0 5px 0;
}

/* common styles */
a img {
  border: none;
}
div.clear {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1px;
  line-height: 1px;
}
div.divider {
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #cecece;
}
