body{
  font-family: sans-serif;
  font-size: 14px;
  background-color: rgb(227,223,203);
}
div.cont{
  width: 750px;
  margin: auto;
}
div.head{
  height: 171px;
  background-image: url("head.jpg");
}
div.maincont{
  background-image: url("main.jpg");
  padding: 0px 12px 0px 12px;
}
div.main{
  border: solid 1px rgb(191,191,191);
}
div.menu{
  border-bottom: solid 1px rgb(191,191,191);
}
div.foot{
  height: 97px;
  background-image: url("foot.jpg");
}
h1{
  margin: 8px;
  font-size: 175%;
}
h2{
  margin: 8px;
  font-size: 140%;
}
h3{
  margin: 8px;
  font-size: 125%;
}
p{
  margin: 8px;
}
div.foot p{
  text-align: right;
  font-size: 80%;
  color: rgb(255,255,255);
  margin: 0px;
  padding: 18px 100px 0px 0px;
}
li{
  margin-top: 4px;
  margin-bottom: 4px;
}
table{
  margin: 5px;
}
td,th{
  font-size: 14px;
  vertical-align: top;
}
div.head h1,div.head p{
  display: none;
}
a{
  color: rgb(0,60,80);
  text-decoration: none;
}
a:hover{
  color: rgb(150,30,0);
  text-decoration: underline;
}

div.adminbox{
  border: solid 1px rgb(200,200,200);
  margin: 8px;
  display: none;
}
div.minimenu{
  float: right;
}
div.entry{
  border-top: solid 1px rgb(200,200,200);
}
div.comment{
  border: solid 1px rgb(200,200,200);
  background-color: rgb(225,225,225);
  margin: 8px 50px 8px 50px;
}
div.reply{
  border: solid 1px rgb(200,200,200);
  margin: 8px 50px 8px 50px;
}
table.contedit{
  width: 95%;
}
p.alert{
  border: solid 1px rgb(150,140,130);
  background-color: rgb(250,235,230);
  color: rgb(175,75,25);
  padding: 5px;
}
