body {
  color: #333;
  background-color: #fff;
  background-image: url(/images/bg.jpg);
  font: 9pt arial, sans-serif;
}

h1 {
  font-size: 200%;
  font-weight: bold;
}

h2 {
  font-size: 160%;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

a {
  color: #3c145f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#main {
  width: 900px;
  margin: auto;
  text-align: center;
}

#logo, #menu {
  text-align: center;
}

#menu {
  padding-top: 20px;
  clear: both;
}

#content {
  height: 430px;
  overflow-y: auto;
}

#content p {
  margin: 1em 0;
}

#portfolio-page #content img.thumb {
  margin: 4px;
}

#about-page #content {
  width: 600px;
  padding: 0 1em;
  margin: auto;
  text-align: justify;
}

#contact-page #content {
  text-align: center;
  font-size: 200%;
}

#contact-page #content p {
  margin-top: 10%;
}

#splash-page #logo, #splash-page #menu {
  display: none;
}

#splash-page #content {
  margin-top:75px;
}


