body {
  text-align: center;
}

.clear {
  clear: both;
}

#header {
  height: 102px;
  background-image: url(/img/bg/bg-header.png);
  backgroud-repeat: repeat-x;  
  text-align: left;
}

#header-img {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  text-align: left;
  font-family: Verdana;
  font-size: 10pt;
}

#nav {
  width: 220px;
  margin-left: 7px;
  border: 5px solid #2b3f7e;
  float: left;
  margin-top: 7px;
}

#nav li {
  padding-left: 11px;
  color: #2b3f7e;
}

#nav li a {
  color: #2b3f7e;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: underline;
}

#nav ul li.heading {
  background-color: #8aa3f4;
  color: #fff;
  font-weight: bold;
  padding-left: 7px;
}


#content {
  width: 690px;
  float: right;
  margin-right: 7px;
  margin-top: 7px;
}
