body {
  background: #f1f1f1 url('/img/bg.png');
  margin: 0;
  padding: 0;
  font: 14px/23px 'PT Sans', sans-serif;
}
img {
  border: 0;
}
p {
  text-align: justify;
}
a {
  text-decoration: none;
  color: #79ACCD;
  -webkit-transition: background-color, color 0.2s linear;
  -moz-transition: background-color, color 0.2s linear;
  transition: background-color, color 0.2s linear;
  text-shadow: 0px 1px white;
}
a:hover {
  color: #333;
}

#header {
  background: url('/img/header-bg.gif');
  border-bottom: 7px solid #5e5e5e;
  height: 137px;
  text-align: center;
}
#header #logo {
  margin: 17px 0 0 -640px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 12px;
  font-family: 'BebasNeueRegular', sans-serif;
  color: #777;
  text-shadow: 0px 2px #CCC;
}
nav ul, nav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
nav ul {
  overflow: hidden;
  width: 900px;
  margin: 12px auto;
}
nav ul li {
  float: left;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: 'BebasNeueRegular', sans-serif;
  color: #777;
  text-shadow: 0px 2px #CCC;
}


nav ul li a {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 35px 0 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-shadow: 0px 2px #CCC;
  color: #777;
}

#content {
  width: 900px;
  margin: 0px auto;
}

form label {
  display: block;
  margin-top: 15px;
}
form span {
  display: block;
}
form input[type='text'] {
  background: #fff;
  border:1px solid #ccc;
  margin: 0;
  padding: 5px;
  width: 200px;
}
form textarea {
  background: #fff;
  border:1px solid #ccc;
  margin: 0;
  padding: 5px;
  width: 400px;
}
form input[type='submit'] {
  background: #ccc;
  border:1px solid #999;
  margin: 0;
  padding: 5px;
  width: 100px;
}