#pageWidth {
  width: 904px;
  border-color: rgb(240, 30, 0);
}

body {
  background-image: url("/templates/mint_chocolate/img/bg.gif");
  background-position: left top;
  background-repeat: repeat-x;
  background-color: rgb(149, 149, 149);
}

.pageBackground {
  background-color: rgb(16, 2, 0);
}

#mainContentInner {
  background-color: rgb(0, 0, 0);
}

#leftContentInner {
  background-color: rgb(255, 255, 255);
}

.content h1 {
  font-family: "Comic Sans MS",cursive;
  font-weight: bold;
  font-style: italic;
}


