.content {
  width:620px;
  margin-top: 40px;
}

.title {
  text-align: center;
  font-family: Lustria, serif;
  font-size: 20px;
}

hr {
  height: 1px;
  background-color: #A40A17;
  border-color: #A40A17;
}

.left {
  width:300px;
  height: 340px;
  margin-right: 10px;
  box-sizing:border-box;
  float:left;
}

.right {
  width:300px;
  margin-left: 10px;
  box-sizing:border-box;
  float: right;
  text-align: left;
}

.l-window {
  padding: 10px 12px 12px;
  height: 350px;
  border: 1px solid #A40A17;
}

.post {
  background: #EFEFEF;
}

.postpic {
float: left;
width: 180px;
padding: 12px 12px 1px 12px;
}

.posttext {
text-align: left;
padding: 12px 12px 0px 12px;
}

.date {
text-align: right;
padding-right:12px;
}

.galpost {
  width:172px;
  background:#EFEFEF;
  padding: 12px;
  margin: 5px;
  float: left;
  
}

.galpic {
  width: 172px
}

.galtext {
  text-align: left;
}

.back {
  padding-top:60px;
  margin:20px;
  clear: both;
}

 a {
   color: #000000;
   text-decoration: none;
  }
  
  a:visited {
   color: #000000;
   text-decoration: none;
  }
  
  a:hover {
   color: #A40A17;
   text-decoration: none;
  }
  
  a:active {
   color: #A40A17;
   text-decoration: none;
  }

  .bingo{
    padding: 1px;
   }