html
{
  font-family: Helvetica;
  font-size: 12px;
}

body
{
  background-color: #fff;
}

#container
{
  width: 1024px;
  height: 768px;
  margin-right:auto;
  margin-left:auto;
}

#header h1
{
  position: relative;
  width: 125px;
  height: 125px;
  left:15px;
  background-image: url('../images/logo.png');
  overflow: hidden;
  line-height: 9999em;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

#header h1 a
{
  display:  block;
  width: 125px;
  height: 125px;
}

#nav
{
  float: right;
  position: relative;
  display:  block;
  width: 800px;
  height: 45px;
  margin-top: 20px;
  margin-right: 10px;  
  border-bottom: 2px solid #bdbfc1;
}

#content
{
  float: left;
  width: 1024px;
  margin-left: 10px;
  margin-bottom: 15px;
}

#footer
{
  display: block;
  clear: both;
  width: 1024px;
  margin-left: 10px;
  margin-bottom: 20px;  
}

#footer .top
{
  margin-left: 2px;
}

#footer .bottom
{
  padding-top: 2px;
  border-top: 1px solid #bdbfc1;
}

#footer .bottom .addThis
{
  float: left;
  width: 50px;
}

#footer .bottom .address
{
  float: right;
  text-align: right;
  margin-right: 2px;
  width: 700px;
}

#pdf-download
{
  float: left;
  padding-top: 2px;
}

#pdf-download a
{
  color: red;
  text-decoration: none;
}