#leftContent {
  display: block;
}

#rightContent {
  display: block;
}

body {
  background-image: url("/templates/black_and_white_purple/img/bg.gif");
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

#pageWidth {
  width: 912px;
}

#decPic {
  height: 180px;
}

.sideContent .moduleBody {
  font-family: "Comic Sans MS",cursive;
  background-color: rgb(184, 112, 255);
}

.content .moduleBody {
  font-family: "Comic Sans MS",cursive;
  background-color: rgb(176, 96, 255);
}

.content {
  font-family: "Comic Sans MS",cursive;
}

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

.content h2 {
  font-family: "Comic Sans MS",cursive;
}

.content a {
  font-family: "Comic Sans MS",cursive;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: underline;
  color: rgb(64, 88, 255);
}

.sideContent {
  font-family: "Comic Sans MS",cursive;
  background-color: rgb(196, 160, 255);
}

.sideContent a {
  text-decoration: underline;
}

.sideContent a:hover {
  text-decoration: underline;
  color: rgb(106, 16, 255);
}


