/**
 * general styles
 */
body, input, select {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  background-color: #aeaeae;
  line-height: 1.2em;
}

p {
  margin-bottom: 18px;
}

/**
 * header styles
 */
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}

/**
 * clearfix hack
 */
.clearfix {
  display: block;
  clear: both;
}

/**
 * page containers
 */
#main {
  background-color: #fff;
  width: 614px;
  margin: 0 auto;
}

#container {
  background-color: #d6d6d6;
  position: relative;
}

/**
 * backgrounds and shit
 */
#gradient-bg {
  background: transparent url('images/gradient_bg.gif') no-repeat top left;
}

#border-bg {
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  display: block;
  height: 100%;
  width: 612px;
  position: absolute;
  z-index: 1;
  top: 100px;
}

#content-wrapper {
  display: block;
  width: 576px;
  margin: 0 auto;
  background: #fff url('images/content_btm.gif') no-repeat bottom left;
  padding-bottom: 17px;
  margin-top: 1em;
  position: relative;
  z-index: 2;
}

#content-holder {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 1em 2em 0 2em;
  position: relative;
  z-index: 2;
  height: 100%;
}

/**
 * image button style
 */
img.button {
  margin-left: -2em;
}

/**
 * page content
 */
#header {
  padding-top: 1em;
  padding-left: 2em;
}

#content {
  width: 340px;
  float: left;
}

/**
 * images on the right
 */
#images {
  text-align: right;
  width: 175px;
  float: right;
}

#images img {
  margin-bottom: 1em;
}

/**
 * footer style (image included)
 */
#footer {
  padding-top: 272px;
  padding-bottom: 1em;
  background: #aeaeae url('images/footer.jpg') no-repeat top left;
  font-size: 10px;
  position: relative;
  z-index: 2;
}
