/* Generated by KompoZer */
body {
  margin: 0;
  background-color: #e5e0d5;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  cursor: default;
  background-image: url(images/backgrounds/main.jpg);
  background-position:  center center;
  background-repeat: repeat-y;
}
#container {
  margin: 0 auto;
  padding: 10px;
  width: 700px;
  background-color: #ffffff;
}
#header {
  width: 700px;
  background-color: #599d94;
  height: 365px;
  color: #ffffff;
  font-family: Tahoma,arial;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
#header ul {
  margin: 0 10px;
  padding: 5px;
  text-indent: 5px;
}
#header h1 {
  border-bottom: 2px solid #ffffff;
  margin: 0;
  padding: 75px 0 25px 10px;
  color: #ffffff;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 36px;
  font-weight: bold;
}
#main_menu {
  width: 700px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cccccc;
  text-align: center;
  color: #ffffff;
  background-image: url(images/backgrounds/menubg.jpg);
  margin-bottom: 10px;
}
#main_menu a {
  padding: 6px 10px 8px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
}
#main_menu a:hover {
  background-image: url(images/backgrounds/link.jpg);
}
.leaves {
  border-left: 2px solid #ffffff;
  width: 323px;
  height: 365px;
  float: right;
}
#sidebar {
  border: 1px solid #53657a;
  padding: 5px;
  width: 150px;
  float: right;
  background-image: url(images/backgrounds/article.jpg);
  background-position: right bottom;
  background-repeat: repeat-x;
}
#sidebar h1, h2, h3 {
  border:  none;
  font-size: 18px;
  color: #000000;
}
.article {
  border: 1px solid #53657a;
  padding: 10px;
  margin-right: 10px;
  background-image: url(images/backgrounds/article.jpg);
  background-position: right bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}
.article:hover {
  background-image: url(images/backgrounds/article.jpg);
  background-position: right bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}
.article p {
  margin: 10px;
}
h1, h2, h3 {
  font-size: 18px;
  color: #000000;
  padding-bottom: 5px;
  padding-top: 5px;
}
.comment {
  border: 1px solid #53657a;
  padding: 10px;
  text-align: center;
  background-image: url(images/backgrounds/article.jpg);
  background-position: right bottom;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}
a {
  color: #9acc53;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  border-bottom: 1px dotted #000000;
}
