/* general */

* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #efefdf;
  background: url("images/background.png") 0px 0px repeat-x #efefdf;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 100%;
  color: #666666;
}

.container {
  width: 988px;
  margin: 0px auto 0px auto;
}

body p {
  margin-bottom: 20px;
}

img {
  border: 0px;
}

h1 {
  font-size: 220%;
}

h2 {
  font-size: 170%;
}

h3 {
  font-size: 120%;
}

ul {
  list-style: none;
}

a {
  color: #0099ff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p.error {
  color: #b60000;
  font-weight: bold;
}

.content {
  margin: 5px;
  overflow: hidden;
}

/* header */

#headerContainer {
}

#header {
  height: 100px;
  margin: 0px auto 0px auto;
}

#header img.logo {
  padding-top: 20px;
  width: 250px;
  height: 50px;
}

/* body */

#bodyContainer {
  clear: both;
}

#body {
  overflow: hidden;
}

/* 404 */

#body i.comment {
  color: #aaaaaa;
}

/* mainColumn */

#mainColumnContainer {
  float: left;  
  position: relative;
  margin-left: -220px;
  margin-right: -280px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  z-index: 1;
}

#mainColumn {
  margin-left: 220px;
  margin-right: 280px;
  overflow: hidden;
}

/* firstColumn */

#firstColumnContainer {
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 2;
}

#firstColumn {
  width: 210px;
  overflow: hidden;
}

/* secondColumn */

#secondColumnContainer {
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 3;
}

#secondColumn {
  width: 270px;
  overflow: hidden;
}

/* ads */

.ads_428x60Container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ad_125x125 a {
  width: 123px;
  height: 123px;
  float: left;
  cursor: pointer;
  background-color: #cccccc;
  line-height: 120px;
  color: #666666;
  text-align: center;
  text-decoration:none;
  border: 1px solid #999999;
}

.ad_125x125 a:hover {
  background-color: #dddddd;
}

.ads_verticalSpace {
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
}

.ads_horizontalSpace {
  width: 10px;
  height: 10px;
  overflow: hidden;
}

#firstColumn h3, #secondColumn h3 {
  padding: 3px;
  font-size: 120%;
  color: #333333;
  border-bottom: 1px dotted #666666;
}

#form {
  margin: 20px 0px 20px 0px;
  padding: 20px;
  border: 3px dashed #999999;
}

#form input {
  width: 424px;
  height: 29px;
  background-color: #ccff33 !important;
  border: 2px solid #008c00;
  font-size: 130%; 
}

/* form */

.form label {
  font-weight: normal;
}

.form textarea {
  width: 450px;
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  font-size: 120%;
}

.form .text {
  width: 450px;
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  font-size: 100%;
}

.form .button {
  padding: 3px;
  font-size: 100%;
}

#blurb {
  padding: 5px;
  background-color: #ddddca;
  color: #878767;
}

#result {
  color: #cc0000;
}

/* advertise */

.advertiseList ul {
  margin: 20px;
  list-style: disc;
}

.advertiseList ul li {
  margin: 10px;
}

/* privacy */

.privacyList ul {
  margin: 20px;
  list-style: disc;
}

.privacyList ul li {
  margin: 10px;
}

/* footer */

#footerContainer {
}

#footer {
  height: 125px;
  background: url("images/footer.png") 0px 0px repeat-x #3e3e3e;
  text-align: center;
}

#footer a {
  color: #b9b99d;
  text-decoration: none;
}

#footer a:hover {
  color: #9ccc37;
  text-decoration: none;
}

#footer p.copyright {
  padding-top: 18px;
  color: #ffffff;
  text-align: center;
}