body {
  background: #fff url(images/background.png) repeat-x;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  cursor: default;
}

a {
  color: #c00;
  text-decoration: underline;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 20px;
}

h1 {
  background: url(images/header-line.png) left bottom no-repeat;
  font-size: 28px;
}

#container {
  background: url(images/main-background.png) repeat-y;
  width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}

#main {
  background: url(images/head-top.png) repeat-x;
}

#head {
  position: relative;
  left: -40px;
  width: 900px;
  height: 172px;
  background: url(images/shadow-top-left.png) no-repeat;
}

#menu {
  background: url(images/shadow-top-right.png) top right no-repeat;
  position: relative;
  height: 172px;
}

#menu ul {
  margin: 0 0 0 56px;
  padding: 0;
}

#menu li {
  background: #fff url(images/button-unpressed.png) left top no-repeat;
  list-style: none;
  display: inline;
  float: left;
  position: relative;
  top: 129px;
  margin-top: 6px;
  padding: 0 0 0 7px;
  line-height: 1.0;
}

#menu li a {
  float: left;
  background: #fff url(images/button-unpressed.png) right top no-repeat;
  padding: 8px 26px 0 20px;
  height: 20px;
}

#menu li, #menu li a {
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#menu li:hover, #menu li.current_page_item {
  background: #fff url(images/button-pressed.png) left top no-repeat;
  cursor: pointer;
  margin-top: 0;
}

#menu li:hover a, #menu li.current_page_item a {
  background: #fff url(images/button-pressed.png) right top no-repeat;
  padding-top: 12px;
}

#logo {
  position: absolute;
  background: #000 url(images/logo.png) no-repeat;
  width: 200px;
  height: 172px;
  top: 0;
  right: 40px;
}

#content {
  clear: both;
  margin: 0 20px;
}

#footer {
  position: relative;
  margin-top: 30px;
  padding: 0 40px;
  width: 820px;
  height: 49px;
  left: -40px;
  background: url(images/bottom.png) no-repeat;
}

#footer a {
  display: block;
  float: right;
  position: relative;
  top: 20px;
  font-size: 12px;
  color: #888;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

img.alignleft {
  float: left;
  margin-right: 10px;
}

img.aligncenter {
  margin-right: 10px;
  margin-left: 10px;
}

img.alignleft {
  border: 1px solid #D10101;
}

img.alignright {
  border: 1px solid #D10101;
}

img.aligncenter {
  border: 1px solid #D10101;
}

.adquote {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.adquote-2 {
  font-size: 1.1em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.adquote-3 {
  color: #b00505;
  margin-bottom: 20px;
  margin-top: 20px;
}



h2 {
  margin-bottom: 25px;
}

