html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.01%;
}
body {
  font: normal 14px/18px calibri, "trebuchet ms", arial, helvetica, sans-serif;
  text-align: center;
  color: #000;
  background: #fff url('../img/main-bg.jpg') 50% 0 no-repeat;
}
a {
  text-decoration: underline;
}
a:link {
  color: #0024ff;
}
a:visited {
  color: #551a8b;
}
a:hover, a:active {
  color: #0024ff;
}
h1, h2, h3, h4, h5 {
  padding: 0 0 12px 0;
  font-weight: normal;
}
h1, h2, h3, h4, h5 {
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding: 0 0 12px 0;
  font-weight: bold;
}
h1, h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
  font-weight: normal;
}
ul, ol {
  padding: 0 0 12px 22px;
}
ul {
  list-style: disc;
}
ul ul, ol ol, ul ol, ol ul {
  padding-bottom: 0;
}
p {
  padding: 0 0 12px;
}
#page {
  margin: 0 auto;
  padding: 0;
  width: 766px;
  text-align: left;
}
#header {
  height: 118px;
  width: 100%;
  background: #45b70f url('../img/header-bg.jpg') 100% 0 no-repeat;
}
#header .logo {
  border: 0;
  margin: 0;
  padding: 0;
  height: 118px;
  width: 100%;
  overflow: hidden;
  background: url('../img/logo.png') 100% 0 no-repeat;
}
#header .logo a {
  display: block;
  height: 118px;
  width: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
#navbar {
  border: 1px solid #5ba241;
  border-width: 0 1px;
  height: 25px;
  width: 764px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  background: #e0ca73 url('../img/navbar-bg.jpg') 100% 0 no-repeat;
}
#navbar ul {
  display: inline;
  float: right;
  margin: 0 18px 0 0;
  padding: 0;
  height: 25px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
#navbar li, #navbar a {
  display: inline;
  float: left;
}
#navbar li {
  margin: 0 -1px 0 0;
  font-size: 14px;
}
#navbar a {
  margin: 0;
  height: 25px;
  line-height: 25px;
}
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:hover, #navbar a:active {
  text-decoration: none;
  color: #000;
}
#navbar a:hover, #navbar a:active {
  text-decoration: underline;
}
#navbar a span {
  display: block;
  border-right: 1px solid #000;
  margin: 6px 0 0;
  padding: 0 6px 0 7px;
  line-height: 12px;
  cursor: pointer;
}
*+html #navbar a span {
  display: inline-block;
}
#navbar a.active {
  font-weight: bold;
}
#content {
  border: 1px solid #5ba241;
  border-top: 0;
  padding: 0;
  height: auto !important;
  height: 494px;
  min-height: 494px;
  background: #fbf5de;
}
#main {
  margin: 0;
  padding: 18px 23px;
}
.home #main {
  text-align: center;
}
#footer {
  margin: 0 auto;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  color: #44504b;
}