body {
  background-color: #f7f7f7;
  text-align: center;
  margin: auto;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

a:hover {
}

#box {
  width: 932px;
  margin: 20px auto;
  padding: 0;
  text-align: left;
}

#left {
  float: left;
  width: 175px;
  padding: 50px 15px 0 0;
  margin: 10px 25px 0 0;
  border-right: 1px solid #000;
}

#left ul {
  margin: 0;
  padding: 0 0 10px 16px;
  list-style-type: none;
}

#left ul li {
  line-height: 1.6em;
}

#left a {
  color: #000;
  border-bottom: 0;
}

#left a:hover {
  border-bottom: 1px dashed #000;
}

#left div.title {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding: 4px 0 4px 8px;
}

#left div.contact {
  font-size: 7pt;
  padding: 6px 0 0 16px;
}

#right {
  width: 175px;
  float: right;
  padding: 50px 0 20px 15px;
  margin: 10px 0 0 25px;
  border-left: 1px solid #000;
}

#right ul {
  margin: 0;
  padding: 10px 0 10px 16px;
  list-style-type: none;
}

#right ul li {
  line-height: 2em;
}

#right a {
  color: #000;
  border-bottom: 0;
}

#right a:hover {
  border-bottom: 1px dashed #000;
}

#right div.title {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding: 4px 0 4px 8px;
}

#right div.counter {
  padding: 20px 0 20px 10px;
}

#right div.adbrite {
  padding-left: 10px;
  padding-top: 10px;
}

#right div.adbrite a {
  border: 0;
}

#main {
  width: 500px;
  float: left;
  padding: 0;
}

#main h1 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 17pt;
}

#main h2 {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 13pt;
}

#main input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px black solid;
  padding: 4px;
  width: 400px;
}

#main input.submit {
  width: auto;
}

#main input.checkbox {
  width: auto;
}

#main textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px black solid;
  padding: 4px;
  width: 400px;
  height: 400px;
}

#main textarea#preview {
  height: 100px;
}

#main ul {
  margin: 10px;
  padding: 10px 20px 0 20px;
  list-style-type: disc;
}

#main ul li {
  font-size: 8pt;
  line-height: 1.8em;
}

#main p {
  line-height: 1.3em;
}

#main p.posted {
  color: #666;
  font-style: italic;
  font-size: 9pt;
}

#main p.about {
  color: #666;
}

#main p.more {
  padding-bottom: 20px;
}

#main p.back {
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
}

#shout_form input {
  width: 200px;
}

#shout_form div.column {
  width: 235px;
  float: left;
}

#shout_form div.column div.fields {
  background-color: #e7e7e7;
  padding: 10px;
  margin: 0 0 20px 0;
}

#shout_form div.column div.fields p {
  font-size: 9pt;
  margin: 0 0 10px 0;
  line-height: 1.6em;
}

#shout_form div.separator {
  width: 20px;
  float: left;
}

#shout_form div.story {
  background-color: #e7e7e7;
  padding: 10px;
  text-align: center;
}

#shout_form div.story p {
  font-size: 9pt;
  margin: 0 0 10px 0;
  line-height: 1.6em;
}

#shout_form div.story input.submit {
  width: auto;
}

#copyright {
  font-size: 7pt;
  padding-top: 30px;
}

#copyright p {
  margin: 5px;
}

#bottom_ads {
  padding-top: 50px;
  padding-bottom: 50px;
}

