
body {
  background-color: #b89775;
  margin: 0px;
  font-family: Georgia;
  font-size: 13px;
}

h1 {
  font-family: Verdana;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

#site {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: url('/pic/middle_bg.png');
  padding-left: 0px;
  padding-right: 0px;
}

#header {
  margin-top: 0px;
  /*border: solid 1px black;*/
  padding-top: 20px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  background: url('/pic/header.png');
  text-align: center;
}

#header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
}

#navigation {
  margin-right: 25px;
  margin-left: 0px;
  padding-left: 5px;
  border-left: dashed 1px #FEFEFE;
  float: right;
  display: inline; /* IE6 Hack */
  width: 110px;
}

#navigation a {
  line-height: 19px;
}

#navigation ul {
  margin-top: 0px;
  list-style-type: none;
}

#content {
  /*border: solid 1px black; */
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 8px;
  float: left;
  display: inline; /* IE6 Hack */
  width: 410px;
}

#content h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #555555;
}

#content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}


#footer {
  height: 38px;
  text-align: center;
  clear: both;
  font-family: Verdana;
  font-size: 10px;
  background: url('/pic/bottom.png');
}

.post {
  margin-bottom: 22px;
}

.post h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}

.post blockquote {
  margin-left: 0px;
  padding-left: 30px;
  background: url('/pic/me.png');
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 90px;
}

.small {
  margin-top: 3px;
  font-family: Verdana;
  font-size: 10px;
  font-color: #AAAAAA;
}

.code {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f1f1f3;
  font-family: Courier-new;
  border: dashed 1px gray;
}

.postcomment {
  border: dashed 1px gray;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #f1f1f3;
  margin-bottom: 8px;
}
