body {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

body > .header {
  height: 80px;
  margin-bottom: 20px;
  margin-top: 20px;
}

body > .header > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body > .title {
  position: relative;
  height: 55px;
}

body > .menu {
  /*margin-top: 55px;*/
}

body > .menu {
  position: absolute;
  left: 0;
  top: 160px;
  width: 196px;
  padding-right: 4px;
  /*float: left;*/
}

body > .content {
  position: absolute;
  left: 200px;
  top: 160px;
  width: 570px;
}

body > .sidebar {
  position: absolute;
  right: 0;
  top: 160px;
  width: 196px;
}

.title > h1 {
  position: absolute;
  bottom: 8px;
  margin-left: 210px;
  font-size: 20px;
  font-weight: normal;
}


body > .trail li {
  display: inline;
  border-right: 1px solid gray;
  padding-right: 8px;
  margin-right: 8px;
}

body > .trail {
  position: absolute;
  top: 85px;
  left: 0;
}