
h1.pgTitle {
  font: normal 28px/40px Georgia, "Times New Roman", Times, serif;
  color: #000;
  clear: both;
  float: right;
  margin: 150px 110px 0 0;
}
img {
  display:block;
  border:0;
}

p {
  line-height: 18px;
  margin: 7px 0 12px;
}

ul.left-nav {
  line-height:normal;
  width:245px;
  padding:0;
  margin:0;
  list-style:none;
  font-size:12px;
  font-weight:bold;
}
ul.left-nav li {
  width:245px;
  margin-bottom:5px;
}
ul.left-nav li a {
  padding:2px 0 2px 24px;
  display:block;
  width:222px;
  color:#fff;
  text-decoration:none;
  background:#66ccff;
}
ul.left-nav li a:hover,
ul.left-nav li.active a {
  background:#949494;
}
.content {
  overflow:hidden;
  padding:0 48px 0 31px;
  width:789px;
}
.header {
  width:900px;
  height:200px;
  background:url(images/header.jpg) no-repeat;
  overflow: hidden;
  padding:37px 0 0 76px;
}
.footer {
  width:900px;
  height:100px;
  padding:27px 0 10px;
  background:#fff url(images/footer.jpg) no-repeat;
  text-align:center;
  font-weight:bold;
}
.footer span.white {
  color:#000;
  font:bold 11px Georgia, "Times New Roman", Times, serif;
}
.footer p {  
  color:#7f7f7f;
}

.left {
  width:245px;
  float:left;
}

.main {
  width:900px;
  margin:0 auto;
  overflow:hidden;
  background:url(images/fade.jpg) repeat-y;
}
.right {
  width:450px;
  float:left;
  padding:19px 5px 0 5px;
  position:relative;
}
.ads {
  width:120px;
  height:600px;
  border: 1px solid black;
  margin: 5px;
  float:right;
  position:relative;
  left:140px;
}
