* {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none;
    font: 12px arial, sans-serif;
  }
}
h1 img {
  display: block;
}
img {
  border: 0;
}
a {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ff7f00;
  text-decoration: underline;
}
.left {
  float: left;
}
.right {
  float: right;
  padding: 10px;
}
.more {
  text-align: right;
}
.clear {
  clear: both;
}

body {
  text-align: center;
  font: 11px arial, sans-serif;
  color: #000000;
  margin: 0 auto;
  width: 100%;
}

/** layout **/
#wrapper {
  text-align: left;
  margin: auto;
  width: 100%;
  position: relative;
}
#left {
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
}
#right {
  position: absolute;
  top: 0;
  left: 269px;
  width: 520px;
}

/** Left **/
#left {
  background: url(images/logo.jpg) no-repeat;
  padding-top: 30px;
}
#left h1 {
  text-align: center;
  font: 28px verdana, serif;
  color: #000000;
  height: 709px;
}
#copyright {
  color: white;
}
#copyright p {
  margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
  background: #000000 url(images/page_bg.jpg) repeat-x;

  height: 108px;
}
#nav ul {
  background: url(images/header.jpg) no-repeat;

  margin: 0;
  padding: 0;
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
#nav li {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#nav li.last {
  border-right: none;
}

#nav a {
  color: #cecece;
  font: 14px arial, sans-serif;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#nav .selected a {
  font-weight: bold;
}

/** Body **/
#body {
  background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
  background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
  background: bottom left url(images/body_bot.jpg) no-repeat;
  padding: 36px 39px 19px 39px;
}

#body h2 {
  font: 14px 'Times New Roman', serif;
}
#body h2 strong {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}
#body h3 {
  font: 14px 'Times New Roman', serif;
  color: #000000;
  margin-top: 1.4em;
  margin-bottom: 1.1em;
}
#body h4 {
  color: #000000;
}
#body .left {
  margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
  clear: both;
  height: 43px;
  background: bottom left url(images/body_hr.jpg) no-repeat;
  margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #000000;
  font: 14px 'times new roman', serif;
  color: #000000;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px 'times new roman', serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px 'times new roman', serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}

.welcome-img,
.team-img,
.img-width {
  width: 100%;
  display: block;
}
