body {
  text-align:center;
}

div.tophalf{
  width:100%;
  background-color:#f6f6f6;
  border-bottom:1px solid #6f6f6f;
}

div.bottomhalf{
  width:100%;
  background-color:#ffffff;
  border:0px;
}

div.container {
  margin-left:auto;
  margin-right:auto;
  width:820px;
  text-align:left;
  overflow:hidden;
}

div.header {
  padding-top:96px;
  padding-bottom:43px;
overflow:hidden;
}

a.block {
  float:left;
  width:270px;
  min-height:128px;
  padding-top:10px;
  padding-bottom:10px;
  text-decoration:none;
  color:#000000;
}

a.block:link {color:inherit;}
a.block:active {color:inherit;}
a.block:visited {color:inherit;}
a.block:hover {color:#6f6f6f; cursor: pointer;}

a.block p {
  font-family:sans-serif;
  font-size:15px;
  line-height:20px;
  margin-top:9px;
}

div.clearer {
  clear: left;
  line-height: 0;
  height: 0px;
}

div.footer {
 text-align:right;
}


div.footer p {
  padding-top:12px;
  width:100%;
  text-align:right;
  font-size:small;
  font-family:sans-serif;
  color:#a7a7a7;
}

