body {
  background: #ccc url(images/main-bg.gif) repeat;
  font: 1em/1.5 "Verdana", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  
}

#ads {
  margin-top: 50px;
  text-align: center;
}

/* Thanks: http://www.alistapart.com/articles/cssdropshadows/ */
#content div.img-shadow {
  float: right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 20px !important;
  margin: 10px 10px 0 15px;
  max-width: 230px;
}

#content div.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
/* End Thanks :) */

#content h1,
#content h2,
#content h3 {
  color: #8eb26a;
  margin: 0.5em 0;
  padding: 0 15px;
}

#content h1 {
  border-bottom: 1px dotted #ccc;
  color: #4c854f;
  font-size: 1.5em;
}

#content h2 {
  font-size: 1.2em;
}

#content h3 {
  background-image: url('images/icons/fastforward.gif');
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0.9em;
  margin-left: 15px;
  padding-left: 15px;
}

#content p {
  color: #333;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 15px;
  padding: 5px 0;
}

#content ul {
  list-style-type: none;
}

#content ul li {
  background-image: url('images/icons/arrow-right.gif');
  background-repeat: no-repeat;
  background-position: top left;
  font-size: .7em;
  margin: 5px;
  padding-left: 25px;
}

#content ul li a {
  color: blue;
  text-decoration: none;
}

#content ul li a:hover {
  text-decoration: underline;
}

#content ul li a img {
  border: none;
  margin: -2px 2px;
}

#ferdog {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 800px;
}

#ferdog a {
  color: #4c854f;
  font-weight: bold;
  text-decoration: underline;
}

#ferdog p {
  color: #4c854f;
  font-size: 10px;
  margin-bottom: 10px;
}

#footer {
  background: #7f9c62;
  margin-top: 1em;
}

#footer p {
  color: #fff;
  font-size: .7em;
  margin: 0 5px 0 0;
  padding: 2px;
  text-align: right;
}

#footer p a {
  color: #fff;
  font-weight: bold;
}

#footer ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 2px;
}

#footer ul li {
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;
  display: inline;
  font-size: 0.9em;
  margin: 5px;
  padding-left: 25px;
  padding-right: 5px;
}

#header {
  margin: 0;
  padding: 0;
}

#menu {
  background: #fff;
  margin: 0 0 35px 0;
  padding: 0;
}

#menu ul {
  list-style: none;
  margin: -3px 10px;
  padding: 0;
  text-align: center;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu ul li a {
  color: #666;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a img {
  border: 0;
  padding: 0 1px 0 0;
}

#wrapper {
  background: #fff;
  background-image: url('images/tree-bg.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  border-bottom: 1px solid #4c854f;
  border-left: 1px solid #4c854f;
  border-right: 1px solid #4c854f;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}