body {
  background: #FFF url('/assets/images/horizontal_background.png') repeat-x;
  padding: 0;
  margin: 0;
  font-family: verdana, sans-serif; 
  font-size: 14px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 14px;
}

dt {
  font-weight: bold;
}

#content p a:link {
  text-decoration: none;
  color: #00F;
}

#content p a:visited {
  text-decoration: none;
  color: #00F;
}

#content p a:hover {
  text-decoration: underline;
  color: #00F;
}

#content p a:active {
  text-decoration: underline;
  color: #00F;
}

#header {
  margin: 0 auto;
  width: 941px;
  height: 136px;
  background: transparent;
}

#footer {
  margin: 0 auto 0 auto;
  width: 100%;
  background: #FFF url('/assets/images/footer_background.png') repeat-x;
  text-align: center;
  height: 164px;
  display: block;
  position: absolute;
  bottom: 0px;
}

#footer .footer_link {
  text-decoration: none;
  color: #00F;
}

#content_top {
  margin: 0 auto -1px auto;
  width: 928px;
  height: 19px;
  background: url('/assets/images/pagetopbg.png') no-repeat;
 }

#content_bottom {
  width: 928px;
  height: 19px;
  background: url('/assets/images/pagebottombg.png') no repeat;
}

#content {
  padding: 13px 61px 0 61px;
  margin: 0 auto;
  width: 805px;
  min-height: 449px;
  background: url('/assets/images/pagecontentbg.png') repeat-y;
}

#logo a img {
  border: 0;
}

#meta_menu {
  height: 69px;
  width: 558px;
  position: relative;
  top: 53px;
  left: 360px;
}

#menu_left {
  width: 18px;
  height: 69px;
  float: right;
  background: url('/assets/images/menuleft.png') no-repeat;
}

#menu_right {
  width: 18px;
  height: 69px;
  float: right;
  background: url('/assets/images/menuright.png') no-repeat;
}

#menu {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  font-family: helvetica, arial, sans-serif;
  position: relative;
  float: right;
  background: url('/assets/images/menubg.png') repeat-x;
}

#menu .menu_element {
  float: left;
  padding: 22px 7px;
  margin: 2px;
}

#menu .menu_link {
  text-decoration: none;
  color: #000;
}

#slogan {
  font-size: 20px;
  position: absolute;
  background-color: transparent;
  margin: 20px 0 0 140px;
}
