body {
 margin: 0;
 padding: 0;
 background: #fff url("/images/bg.png") top left repeat-x;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 12px;
}

a img {
  border: none;
}

#container {
  margin: 0 auto;
  width: 760px;
}

#header {
  position: relative;
  border: none;
  width: 100%;
  height: 216px;
  background: url("/images/logo.png") top left no-repeat;
}

#header h1 {
  position: relative;
  top: 90px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}


#header a img {
  border: none;
  width: 100%;
  height: 256px;
}

#contentcontainer {
  background: #fff;
  clear: both;
  float: left;
  display: inline;
  width: 758px;
  border: 0px;
  padding-bottom: 5px;
}

#content {
  width 100%;
  padding: 0 10px 10px 10px;
}

#content h3 {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 16px;
  color: #0068b3;
  border-bottom: 4px solid #f0cb30;

}


#content p {
  padding-right: 10px;
  text-align: justify;
  text-indent: 50px;
  font-size: 16px;
}


#footer {
 float: left;
 padding: 10px 0 20px 0;
 width: 100%;
 text-align: center;
 font-size: 11px;
 border-top: 4px solid #f0cb30;
}

#faccontainer {
}

#faccontainer-inner {
}

#faccontainer img {
  margin: 8px;
}

#faccontainer td {
  text-align: center;
}

#faccontainer a img {
  border: 1px solid #aaa;
}

#faccontainer a:hover img {
  border: 1px solid #000;
}