body {
  background-color: #f38484;
  background-image: url(../img/back2.png);
  background-repeat: repeat;
}

p {
  margin-left: 1em;
  margin-top: 5px;
  margin-bottom: 2px;
}

li {
  list-style: none;
}

a img {
  border: none;
}

div.content {
  width: 800px;
  height: auto;
  background-color: #fff6de;
  margin: auto;
  border-radius:10px;
  -moz-border-radius:10px;
}

#navi {
  margin: 0;
  padding: 10px 0;
  font-size: 120%;
  background-color: #d5e6cd;
}

#navi li {
  display: inline;
  margin: 0;
  padding: 0 40px;
  list-style: none;
  border-right: 1px solid #000000;
}

div.sec{
  padding-bottom: .5em;
  border-left: 20px solid #fcca55;
  border-bottom: 1px dotted #fcca55;
}

p.caps{
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 0;
  padding: 0;
}

h1{
  text-align: center;
}

h2{
  font-size: 20px;
  margin: 0;
  padding: 0;
}

h3{
  font-size: 24px;
  margin: 0;
  padding: 0;
}

div.space {
  height: 40px;
}

div.center {
  margin: auto;
}

div.prod{
  margin: 0 5px;
  padding: 10px;
  border-top: 4px dashed silver;
}

div.prodimg{
  width: 131px;
  height: 200px;
  margin-right: 20px;
  float: left;
}

div.clear{
  clear:both;
}

p.link {
  text-align: right;
  font-size:10px;
}

#timeline {
}

#timeline p.posttime {
  color: #a9a9a9;
  font-size:60%;
}
