body {
  background: #110B05;
  margin: 0px;
  font-family: Arial, Helvetica; }

div.inner_wrapper {
  border-bottom: 2px solid black;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  background: #F1F8F8;
  margin-bottom: 5px; }

ul.menu {
  list-style: none;
  margin-left: auto;
  margin-right: auto; }

ul.menu li {
  display: inline;
  padding: 3px 5px 3px 5px;
  background: #950005;
  border: 2px solid #360002; }
  ul.menu li a {
    color: #DAD0A2;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }

img#logo {
  border-bottom: 7px solid black; }

div.content {
  margin-top: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }
  div.content img.home_left {
    border: 4px solid #110B05;
    -moz-border-radius: 7px;
    width: 250px;
    margin-bottom: 5px; }
  div.content img.home_left:hover {
    border: 4px solid #360002; }
  div.content div.left {
    float: left;
    width: 280px; }

.address {
  font-size: 24px;
  margin-left: 5px;
  background: #950005;
  color: #DAD0A2;
  margin-right: 0px;
  border: 2px solid black;
  padding: 3px;
  -moz-border-radius: 3px; }
  .address .big {
    font-size: 26px;
    font-weight: bold; }
  .address .phone {
    font-size: 20px; }
  .address .map {
    font-size: 13px;
    color: #DAD0A2; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

div.footer {
  text-align: center;
  font-size: 8pt;
  background: #BFB551;
  padding: 5px;
  text-transform: uppercase; }
  div.footer a {
    text-decoration: none;
    font-weight: bold;
    color: black; }

.timestamp, .action {
  color: #A5A7A7;
  font-size: 10pt;
  text-transform: uppercase;
  margin-bottom: 4px; }

.nav {
  font-size: 10pt;
  padding: 5px;
  background: #eee;
  color: #232623;
  margin-bottom: 4px; }
  .nav a {
    color: #232623; }

h1 {
  border-bottom: 3px solid black;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 26pt;
  padding-left: 5px;
  padding-top: 2px;
  width: 100%;
  background: #BFB551;
  color: #110B05; }

h1.smaller {
  font-size: 22pt; }

h4 {
  margin-top: -20px; }

form.two_column div.field_row {
  padding-bottom: 10px; }
form.two_column label {
  position: absolute;
  text-align: right;
  padding-right: 5px;
  width: 140px; }
form.two_column textarea {
  height: 300px;
  width: 400px; }
form.two_column input, form.two_column textarea, form.two_column button {
  margin-left: 150px;
  font-size: 20px; }

.article_title a {
  color: black; }
