body {
  background: #E9E9E9;
  font:14px lucida sans unicode, verdana;
  color: #333;
  margin:0;
  padding:0;
}

h1 {
  margin:0px;
  padding-top: 0px;
  letter-spacing: -1px;
  font: normal 22px Arial, Sans-Serif;  
  font-variant:small-caps;
  color:#008;
  border-bottom:1px dotted #333;
  width:300px;
}

h2 {
  padding: 0;
  margin:0 0 10px 0;
  font:normal 16px Arial,Verdana,sans-serif;
  line-height: 100%;
  letter-spacing: -1px;
}

h2 a {
  color: #000088;
}

p {
  margin:0;
  padding:0;
}

img { border:0px; }

a { 
  outline:none; 
  text-decoration:none;
}

.main {
  margin:0 auto;
  width:760px;
}

.header {
  background: url(images/header.jpg);
  height:156px;
  padding:20px 0 0 40px;
  font-size:12px;
}

.header a {
  text-decoration:none;
  color: #333;
}

.content {
  background: url(images/main-bg.jpg);
  padding:0 50px 0 50px;
  text-align:justify;
}

.footer {
  background: url(images/footer.jpg);
  height:39px;
}

.footer-link {
   text-align:center; 
   margin:0 0 10px 0;
}

.footer-link a {
    color:#008;
    font-size:10pt;
}

.footer-link a:hover {
    text-decoration:underline;
}


