body,
html {
  margin: 0;
  padding: 0;
  font: 9pt Arial;
  background: #BDD3E8 url(../img/bg.png) repeat-x;
  text-align: center;
}

#container {
  width: 952px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  min-height: 600px;
  background: url(../img/bgContainer.png) repeat-y;
}

* html #container {
  width: 982px;
}

#header {
  position: relative;
}

#cFinder {
  position: absolute;
  top: 15px;
  left: 745px;
  width: 185px;
  height: 162px;
  background: url(../img/bgFinder.png) no-repeat;
  padding: 35px 0 0 10px;
}

* html #cFinder {
  width: 195px;
  height: 197px;
}

#main_nav {
  height: 38px;
  background: url(../img/bgMainNav.png) repeat-x;
  overflow: hidden;
}

#main_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main_nav li {
  float: left;
}

#main_nav a {
  font-size: 11pt;
  font-weight: normal;
  display: block;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  padding: 0 20px;
}

#main_nav a:hover,
#main_nav a.active {
  background: url(../img/bgMainNavHover.png) repeat-x;
}

#left,
#right {
  display: inline;
  float: left;
  width: 193px;
  margin: 10px 0 0 15px;
}

#left {
  clear: both;
}

#sub_nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #CCC8C7;
}

#sub_nav a {
  display: block;
  font-weight: normal;
  padding: 6px 8px;
  line-height: 18px;
  border-bottom: 1px solid #FFF;
  text-decoration: none;
  background: #FAFAFA url(../img/bgSubNav.png) repeat-x bottom;
  color: #4D5176;
}

#sub_nav a:hover,
#sub_nav a:active {
  background: #EFAE3A url(../img/bgSubNavHover.png) repeat-x bottom;
}

#content {
  display: inline;
  float: left;
  width: 506px;
  margin: 10px 0 0 15px;
}

#footer {
  width: 982px;
  height: 47px;
  margin: 0 auto;
  padding-top: 13px;
  background: url(../img/bgFooter.jpg) no-repeat top;
  text-align: center;
  color: #FFF;
  font-size: 8pt;
}

#footer a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover {
  color: #D2E2EF;
}

#footer span a {
  padding: 0 4px;
}

.clear {
  clear: both;
}
