/* Generated by KompoZer */
body {
  margin: 20px auto;
  font-family: arial,dejavu sans,freesans;
  font-size: 16px;
  width: 760px;
  background-color: #e6e6e6;
  background-attachment: fixed;
}
.header {
  padding: 5px 5px 5px 20px;
  background: transparent url(head.jpg) no-repeat scroll left top;
  width: 760px;
  height: 100px;
  margin-bottom: -20px;
}
.content {
  padding: 10px 30px 0px;
  background: transparent url(content.jpg) repeat scroll left top;
  width: 700px;
}
.footer {
  padding: 10px;
  background: transparent url(footer.jpg) no-repeat scroll left bottom;
  width: 760px;
  height: 30px;
}
.footer p {
  font-size: 60%;
  text-align: center;
}
a {
  text-decoration: none;
  color: #5c7684;
}
a:hover {
  text-decoration: underline;
}
.feature {
  margin-bottom: 20px;
}
.feature img {
  float: left;
  margin-right: 10px;
}
.feature h3 {
  padding-top: 10px;
}
.clear {
  clear: both;
}
.adRight {
  width: 160px;
  height: 600px;
  position: relative;
  left: 760px;
}
