/*____________________________________________________________________  Body  */
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #000;
  font: 12px Arial, Verdana, sans-serif;
  line-height: 18px;
}

/*_________________________________________________________________  Wrapper  */
div#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1025px;
}

/*_____________________________________________________________________  Top  */
div#top {
  height: 70px;
  width: 1024px;
  background: #000 url(/images/top.png) no-repeat;
}

/*__________________________________________________________________  Content */
div#content-container {
  background-image: url(/images/content-background.png);
  background-repeat: repeat-y;
}
div#content {
  padding: 10px 90px 10px 388px;
  background-image: url(/images/content.png);
  background-repeat: no-repeat;
  min-height: 600px;
  height: auto !important; /* force min-height in IE6 */
  height: 600px;
}

/*______________________________________________________________  Navigation  */
div#nav {
  height: 17px;
}
div#nav img {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

/*__________________________________________________________________  Bottom  */
div#bottom {
  height: 77px;
  width: 1024px;
  background: #000 url(/images/bottom.png) no-repeat;
}

/*_________________________________________________________________  Headers  */
div.content-header {
  border-bottom: 1px solid #000;
}
h1, h2 {
  margin: 8px 0 0;
  line-height: 24px;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}

/*_________________________________________________________________  Forms  */
form {
  margin: 20px 0;
}
