/* Generated by KompoZer */
body {
  margin: 0;
  padding: 0;
  background-color: #333333;
  font-family: Arial;
  font-size: 12px;
  color: #555555;
}
#page {
  margin: auto;
  width: 960px;
  background-image: url(images/page.png);
  text-align: left;
}
#header {
  width: 960px;
  height: 108px;
  background-image: url(images/header2.png);
  clear: both;
}
h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #389ccb;
  text-decoration: underline;
}
#menulinks {
  width: 930px;
  padding-left: 30px;
  height: 44px;
  background-image: url(images/menulinks.png);
  clear: both;
}
#menulinks a {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 27px;
  float: left;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1px;
}
#menulinks a:hover {
  background-image: url(images/menuhover.png);
}
#mainarea {
  width: 960px;
  clear: both;
  padding-top: 10px;
}
#contentarea {
  float: left;
  width: 560px;
  padding-left: 45px;
  margin-bottom: 10px;
}
#sidebar {
  float: right;
  width: 290px;
  padding-right: 45px;
}
#footer {
  width: 960px;
  height: 100px;
  background-image: url(images/footer.png);
  clear: both;
}
#footer p {
  padding-top: 30px;
  color: #ffffff;
  padding-left: 50px;
  line-height: 20px;
}
