/* CSS Document */

body {
  font-family: georgia, times new roman, serif;
}

p {
  font-size: 14px;
}

a#brown {
  color: #726656;
  text-decoration: underline;
}

a#dkbrown {
  color: #474036;
  text-decoration: underline;
}

a#cream {
  color: #f2efe0;
  text-decoration: none;
}

a#brown:hover, a#dkbrown:hover, a#cream:hover {
  color: #3f5e66;
}

#link_bar {
  background-color: #d4d6c8;
  border-top: 1px solid #a39994;
  border-bottom: 1px solid #a39994;
  text-align: right;
  color: #3f5e66;
  font-family: georgia, times new roman, serif;
  font-size: 11px;
  padding-right: 10px;
}

#link_bar a{
  color: #3f5e66;
  text-decoration: none;
}

#link_bar a:hover {
  text-decoration: underline;
}

#main_content {
  background-color: #f2efe0;
  padding: 10px 65px 27px 65px;
  color: #726656;
}

#welcome {
  border-bottom: 1px solid #474036;
}

#welcome p {
  color: #726656;
  font-family: georgia, times new roman, serif;
  font-size: 14px;
}

#boxes {
  padding-top: 20px;
  height: 250px;
}

#boxtop_1 {
  height: 7px;
  width: 203px;
  background-color: #d4d6c8;
  border-top: 1px solid #acaea2;
}

#box1 {
  background-color: #d4d6c8;
  border-left: 1px solid #acaea2;
  border-right: 1px solid #acaea2;
  text-align: center;
  width: 217px;
  color: #726656;
  font-size: 14px;
  padding: 0px 15px 0px 15px;
}

#box1.big {
  font-size: 16px;
  font-weight: bold;
}

#firstbox {
  background: url(images/box1-background.gif) no-repeat;
  z-index: 1;
  position: absolute;
  height: 247px;
  width: 217px;
}

#firstbox_content {
  z-index: 2;
  position: absolute;
  height: 220px;
  width: 210px;
  padding: 10px 15px 10px 15px;
  color: #726656;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}

#secondbox {
  margin-left: 235px;
  background: url(images/box2-background.gif) no-repeat;
  z-index: 1;
  position: absolute;
  height: 247px;
  width: 217px;
}

#secondbox_content {
  z-index: 2;
  position: absolute;
  height: 220px;
  width: 210px;
  padding: 10px 15px 10px 15px;
  color: #474036;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}

#thirdbox {
  margin-left: 467px;
  background: url(images/box3-background.gif) no-repeat;
  z-index: 1;
  position: absolute;
  height: 247px;
  width: 431px;
}

#thirdbox_content {
  z-index: 2;
  position: absolute;
  height: 220px;
  width: 400px;
  padding: 10px 15px 10px 15px;
}

#thirdbox_content td {
  color: #f2efe0;
  font-size: 12px;
  text-align: center;
}

#big, #big_teal {
  font-size: 16px;
  font-weight: bold;
}

#big_teal {
  color: #3f5e66;
}

p.small {
  color: #726656;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#copyright {
  font-size: 9px;
  color: #baa89a;
  text-align: center;
}

#dotborder {
  border-bottom: 1px dashed #454233;
  text-align: center;
  background-color: #e2decc;
}

#dottedBorder {
  border-bottom: 1px dashed #454233;
  text-align: left;
}

#garden {
  width: 400px;
}

#world {
  width: 400px;
  margin-left: 450px;
}

li {
  font-size: 12px;
}

sup {
  font-size: 10px;
}