body {
  margin: 0px;
  font-family: Georgia;
  background-color: #f4f4ee;
  font-size: 14px;
  color: #000000;
}

img {
  border: 0;
}

#holder {
  width: 819px;
}

#header {
  float: left;
  background: url('./images/header.jpg');
  width: 819px;
  height: 118px;
}

#nav {
  float: left;
  width: 819px;
  height: 60px;
}

#nav img { float: left; }

#left {
  float: left;
  background: url('./images/left_bg.jpg') repeat-y;
  min-height: 500px;
  width: 819px;
}

.text {
  text-align: left;
  padding: 20px 20px 20px 30px;
}

.test {
  text-align: left;
  padding: 20px 20px 20px 20px;
}

.big {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  text-decoration:underline;
}

.bigone {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.green {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #579520;
}

.red {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: red;
}

#right {
  float: left;
  background: url('./images/right_bg.jpg') repeat-y;
  min-height: 2300px;
  width: 260px;
}

.box {
  width: 400px;
  margin-left: 180px;
  border: 1px black solid;
  background-color: #e8fefb;
}
