/* Generated by KompoZer */
* {
  padding: 0px;
}
body {
  background: transparent url(images/bg.jpg) repeat scroll 0% 50%;
  color: #000000;
  font-size: 12px;
  font-family: "Georgia",helvetica,sans-serif;
  text-align: center;
}
#header {
  margin: 20px auto;
}
#nav {
  margin: 0 auto 0px;
  background: transparent url(images/nav_bg.png) no-repeat scroll left top;
  width: 810px;
  height: 40px;
  text-align: center;
}
#nav p.links {
  height: 40px;
  width: 677px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#nav a.navlink {
  float: left;
  margin-top: 10px;
  width: auto;
  height: 40px;
  text-decoration: none;
  color: #2c2c2c;
  font-size: 18px;
  margin-left: 7px;
  margin-right: 7px;
}
#nav a.navlink:hover {
  color: #000000;
}
#content {
  margin: 15px auto 0;
  width: 700px;
  height: 750px;
}
#main_left {
  background: transparent url(images/main_left.png) no-repeat scroll right top;
  margin-top: 0px;
  float: left;
  width: 20px;
  height: 725px;
}
#main_center {
  background: transparent url(images/main_center.png) repeat-x scroll right top;
  margin-top: 0px;
  float: left;
  width: 660px;
  height: 725px;
}
#main_right {
  background: transparent url(images/main_right.png) no-repeat scroll left top;
  margin-top: 0px;
  float: left;
  width: 20px;
  height: 725px;
}
.entry {
  float: left;
  text-align: left;
  width: 635px;
  margin-top: 25px;
  margin-left: 12px;
  margin-right: 12px;
  height: auto;
  color: #5f5f5f;
  font-weight: normal;
  font-size: 14px;
}
.entry img {
  border: 1px solid #5f5f5f;
  margin: 5px;
}
.entry h3.title {
  margin-top: 0px;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 5px;
}
.entry p.line {
  margin: 10px auto;
  background: transparent url(images/line.png) no-repeat scroll left top;
  height: 20px;
  width: 600px;
}
#footer {
  font-size: 10px;
  height: 50px;
  color: #bcbcbc;
  text-align: center;
  font-weight: normal;
  padding-top: 4px;
}
#footer a {
  color: #bcbcbc;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  color: #000000;
}
a {
  text-decoration: none;
  color: #800000;
}
a:hover {
  color: #660000;
}
