body{
  background-color: rgb(206,222,183);
  margin: 0px 10px 10px 10px;
  font-family: sans-serif;
  font-size: 14px;
}
h1{
  font-size: 180%;
  margin: 8px;
}
h2{
  font-size: 160%;
  margin: 8px;
}
h3{
  font-size: 140%;
  margin: 8px;
}
p{
  margin: 8px;
}
table{
  margin: 5px;
}
td{
  vertical-align: top;
}
ul,ol{
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 15px;
  padding-left: 15px;
}
a{
  color: rgb(200,80,0);
}
a:hover{
  color: rgb(255,255,0);
  text-decoration: none;
}
pre{
  margin: 8px;
  font-size: 80%;
  border: solid 1px rgb(40,73,81);
  background-color: rgb(255,255,255);
  padding: 5px;
  overflow: scroll;
}
form{
  margin: 0px;
  padding: 0px;
  width; 100%;
}
div.adminbox{
  border: solid 1px rgb(40,73,81);
  background-color: rgb(255,255,255);
  margin: 8px;
  display: none;
  overflow: scroll;
}
table.contedit{
  width: 95%;
}

div.cont{
  width: 764px;
  margin: auto;
  background-image: url("main.png");
}
div.head1{
  background-image: url("headbg.png");
}
div.head2{
  background-image: url("head.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 15px;
}
div.top{
  text-align: center;
  padding: 5px 1px 1px 1px;
}
div.head1 p,div.head1 h1{
  color: rgb(255,255,255);
}
div.head1 a{
  color: rgb(255,255,255);
}
div.head1 a:hover{
  color: rgb(229,224,211);
  text-decoration: none;
}
div.main{
  padding: 1px 10px 1px 10px;
}
div.foot{
  background-image: url("foot.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1px 15px 10px 15px;
}
div.entry{
  background-color: rgb(255,255,255);
  border: solid 1px rgb(40,73,81);
  margin: 8px 8px 4px 8px;
}
div.entry h1,div.entry h2,div.entry h3{
  background-color: rgb(40,73,81);
  border-bottom: solid 1px rgb(40,73,81);
  background-image: url("content.png");
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 8px;
  color: rgb(255,255,255);
}
div.minimenu{
  float: right;
  margin: 8px 12px 8px 8px;
  background-color: rgb(255,255,255);
  border: solid 1px rgb(40,73,81);
}
div.comment{
  background-color: rgb(220,220,220);
  border: solid 1px rgb(40,73,81);
  margin: 4px 30px 4px 30px;
}
div.reply{
  background-color: rgb(255,255,255);
  border: solid 1px rgb(40,73,81);
  margin: 4px 30px 4px 30px;
}
div.bottom{
  background-color: rgb(40,73,81);
  border: solid 1px rgb(40,73,81);
  background-image: url("content.png");
  background-position: bottom;
  background-repeat: repeat-x;
  margin: 8px 8px 1px 8px;
  text-align: center;
}
div.bottom p{
  color: rgb(255,255,255);
}
div.bottom a{
  color: rgb(255,255,255);
}
div.bottom a:hover{
  color: rgb(229,224,211);
  text-decoration: none;
}
p.alert{
  border: solid 1px rgb(100,0,0);
  background-color: rgb(200,0,0);
  color: rgb(255,255,0);
  padding: 8px;
}
