body {
  background-color: #ffffff;
  background-image: url(/resources/assets/logo.png);
  background-repeat: no-repeat;
  /* background-position: 10px 10px; */
}

h1 {
  font-size: 13px;
}

h2 {
  font-size: 12px;
}

body, td, li, a {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

td {
  vertical-align: top;
}

a {
  color: 000;
}

img {
  border: 1px solid #b3a000;
}

/* .center {
  margin-top: 20px;
  margin-left: 200px;
} */

#center, #contact_mailer, #public_search, #sitemap {
  margin-top: 30px;
  margin-left: 205px;
  width: 500px;
}


#contact_mailer h1, #public_search h1,
#sitemap h1 {
  color: #666;
  border-bottom: 1px solid #666;
}

#footer {
  clear: both;
  margin-left: 210px;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 500px;
  text-align: center;
}

#footer hr {
  border: 0px;
  border-top: 1px solid #666;
  height: 1px;
}

