.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
body {
  background-color: white;
  font: 10pt Helvetica,sans-serif;
  margin: 0 auto;
  width: 700px;
}

.content > img { float: left; }

.postings {
  float: left;
  width: 420px;
  min-height: 500px;
}
.post {
  padding: 15px;
}

.sig {
  font-size: 8pt;
  color:gray;
  margin-top: 10pt;
 }

span.emer { color: blue; }

.rightcol {
  float: right;
}

.menu {
  font: 8pt Helvetica, sans-serif;
  text-align: right;
  line-height: 25px;
  list-style: none;
 }
.menu li {
  background: url("/images/tiny.jpg") no-repeat right center;
  padding-left: 5px;
  padding-right: 20px;
}
.menu li:hover {
  background-color: #eee;
}

.menu a {
  display: block;
  white-space: nowrap;
}

.header {
  font-weight: 600;
  margin-bottom: 5pt;
  margin-top: 10pt;
 }

.footer {
  font-size: 8pt;
  color:gray;
  text-align: center;
  width: 100%;
 }

.girbox {
  float: right;
  width: 92px;
}
.girbox p {
  color: gray;
  text-align: center;
  margin: 5px 0;
}
a {
  color: gray;
  text-decoration: none;
}
a:hover { color: #ff9900; }

.srsly {
  color: red;
  font-weight: bold;
}
