body {
  color: black;
  background-color: white;
  margin: auto;
  padding: 0px;
}

.logo {
  height: 73px;
  background-position: 110px 10px;
  background-image: url("gfx/logo.png");
  background-repeat: no-repeat
}

.sidebar, .sidebar_top { 
  position: absolute;
  left: 2px;
  width: 90px;
  background-repeat: no-repeat;
}

.sidebar_top { 
  top: 95px;
  height: 12px;
  padding: 0px 10px 0px 10px;
  background-image: url("gfx/sidebar_top.png");
  background-position: top left;
}

.sidebar {
  top: 107px;
  padding: 0px 10px 8px 10px;
  background-image: url("gfx/sidebar_bottom.png");
  background-position: bottom left;
}

.sidebar_right, .sidebar_right_top { 
  position: absolute;
  left: 890px;
  width: 90px;
  background-repeat: no-repeat;
}

.sidebar_right_top { 
  top: 145px;
  height: 12px;
  padding: 0px 10px 0px 10px;
  background-image: url("gfx/sidebar_right_top.png");
  background-position: top right;
}

.sidebar_right {
  top: 157px;
  padding: 0px 10px 8px 10px;
  background-image: url("gfx/sidebar_right_bottom.png");
  background-position: bottom right;
}

.content {
  position: absolute;
  top: 80px;
  left: 110px;
  vertical-align: top
}

pre {
  overflow: auto;
  font-family: courier,sans-serif;
  font-size: 11px;
  background-color: #f3ebd5
}

.quote {
  overflow: auto;
  background-color: #f3ebd5;
  border-style: double
}

.post { 
  width: 800px;
} 

.post_head { 
  background: transparent url(gfx/post_top.png) no-repeat scroll top left;
  padding: 10px 20px 0px 20px;
  max-height: 69px;
} 

.post_head h1 {
  display: inline
}

.post_head h2 {
  display: inline
}

.post_body { 
  background: transparent url(gfx/post_middle.png) repeat-y scroll top right;
  padding: 10px 20px 10px 20px;
}

.post_footer {
  height: 33px;
  background: transparent url(gfx/post_bottom.png) no-repeat scroll top left;
  padding: 2px 20px 5px 20px;
  margin-bottom: 10px
}
