@import url(default.css);

#divMainFrame {
  background-image: url(/images/backgrounds/painting.jpg);
  background-position: 0px -200px;
}

#divMainHeader {
  height: 430px;
  background-image: url(/images/backgrounds/fade.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

#divHeaderContent {
  margin-top: 30px;
  margin-left: 40px;
  width: 940px;
}

#divHeaderContent a {
  color: #FFF;
}

#divHeaderContent h1 {
  color: #C00;
  font-style: italic;
  font-weight: bold;
}

#divHeaderContent h3 {
  margin-top: -10px;
  text-indent: 10px;
  color: #000;
}