#leftContent {
  display: block;
}

#rightContent {
  display: block;
}

#decPic {
  background-image: url("/files/ytm/images/ytm_yleiskuvitus.jpg");
}

.content h1 {
  color: rgb(0, 0, 0);
  font-size: 24px;
}

.content h2 {
  color: rgb(0, 0, 0);
  font-size: 18px;
}

.content a {
  text-decoration: none;
  font-style: normal;
}

.content a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.sideContent h1 {
  color: rgb(0, 0, 0);
  font-size: 18px;
}

.sideContent h2 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
}

.sideContent a:hover {
  text-decoration: underline;
}

body {
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}

#pageWidth {
  width: 960px;
}

