body{
  background: #2B2B2B url(img/bg.jpg) top center no-repeat;
}
img{
  border: none;
}
h1, h2, h3, h4, h5, h6{
  margin-top: 0;
}
h1{
  font-size: 24px;
  color: #236AAC;
}
.clear{
  clear: both;
  visibility: hidden;
  height: 0;
}
a{
  color: #2569AE;
  text-decoration: none;
}
a:hover{
  color: #2569AE;
  text-decoration: underline;
}
#holder{
  width: 960px;
  margin: 84px auto 30px;
}
#content{
  background: #fff url(img/contentBG.jpg) top center no-repeat;
}
#header{
  position: relative;
}
#header img{
  margin: 0 0 0 -15px;
}
ul#nav{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 50px;
}
ul#nav li{
  display: inline;
}
ul#nav li a{
  padding: 16px 30px 15px;
  color: #333;
  text-decoration: none;
}
ul#nav li a:hover{
  background-color: rgba(35,113,179,0.2);
}
#body{
  padding: 60px;
}
#footer{
  background-color: rgba(35,113,179,0.3);
  padding: 30px;
  color: white;
}






















