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

h1 {
  font-size:22px;
  color:#196EA3;
  font-weight:bold;
  letter-spacing: -1px;
  margin:0 0 10px 0;
  padding:0;
  font-variant:small-caps;
}

ul {
  list-style-image: url(images/list-img.png);
  padding:0;
  margin:0 0 0 30px;;
}

a {
  outline:none;
}

.main {
  margin:0 auto;
  width:760px;
  line-height:2em;
}

.header {
  background: url(images/header.jpg);
  height:120px;
}

.menu {
  background: url(images/menu-bg.jpg);
  height:63px;
  padding:10px 0 0 35px;
}

.menu a {
  background: url(images/menu.png);
  width:113px;
  height:27px;
  color:#196EA3;
  text-decoration:none;
  display:block;
  font-variant:small-caps;
  font-weight:bold;
  font-size:17px;
  text-align:center;
  float:left;
  margin-right:5px;
}

.menu a:hover {
  background: url(images/menu-hover.png);
  color:#fff;
}

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

.footer {
  background: url(images/footer.jpg);
  height:63px;
  color:#fff;
  font-size:11px;
  line-height:1.4em;
  text-align:center;
  padding:30px 0 0 0;
}

.footer a {
  color:#fff;
  text-decoration:none;
}


