@font-face { 
    font-family: Delicious; 
    font-weight: bold; 
    src: url('../fonts/Delicious-Bold.otf'); /* Font by Jos Buivenga (exljbris) -> www.exljbris.com */
}

body {
  background: #F4F4F4;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  position: relative;
  top: 1px;
}

a img {
  border: 0;
}

h1 {
  background: url(../images/logo.png) no-repeat 50% 0;
  height: 76px;
  text-indent: -9999px;
}

h2 {
  color: #666;
  font-family: Delicious, Helvetica, sans-serif;
  font-size: 42px;
  letter-spacing: -1px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: white 1px 1px 0px;
}

h3 {
  color: #666;
  font-family: Delicious, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: white 1px 1px 0px;
}

div#header {
  margin-top: 50px;
}

div#content {
  margin-top: 40px;
  text-align: center;
}

div#footer {
  color: #AAA;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}

div#footer a {
  color: #333;
}

div#footer p {
  color: #BBB;
  font-family: Delicious, Helvetica, sans-serif;
  font-size: 17px;
  padding: 5px 9px 0px 0px;
  text-shadow: white 1px 1px 0px;
}
