#pageWidth {
  width: 1000px;
}

#decPic {
  height: 200px;
}

body {
  background-image: url("/templates/clean2/img/bg.gif");
  background-position: left top;
  background-repeat: repeat-x;
}

#decPicHolder {
  display: block;
}

.content a {
  color: rgb(0, 0, 0);
}

.content a:hover {
  color: rgb(255, 16, 16);
}

.sideContent a {
  color: rgb(0, 0, 0);
}

.sideContent a:hover {
  color: rgb(255, 64, 0);
}

