body
{ font-family: Verdana, sans-serif;
  font-size: 10pt;
  background: #fff;
  color: #666;
}

h1, h2, h3, h4, h5, h6
{
  text-align: center;
}

a
{ color: #06d;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{ background: #def;
}

a img
{ border: none;
}

p
{ text-align: justify;
  margin: 15px 0px;
}

ul
{ margin: 0px 15px;
  padding: 0px;
}

li
{ margin: 10px 0px;
  padding: 0px;
}

dl
{ margin: 0px 20px;
  padding: 0px;
}

dt
{ margin: 10px 0px;
  padding: 0px 10px;
  font-weight: bold;
}

dt + dt, dd + dt
{ margin-top: 10px;
}

hr
{ height: 1px;
  background: #ccc;
  color: #ccc;
  border: none;
}

/* layout specifics */
div#container
{ position: absolute;
  left: 50%;
}

div#aligner
{ position: absolute;
  width: 750px;
  left: -375px;
  top: 0px;
}

div#logo
{ text-align: center;
}

div#content
{ background: url('/images/content.png') top center repeat-y;
  margin-bottom: 30px;
}

div#header
{ padding: 35px 0px 0px 0px;
  text-align: center;
  background: url('/images/header.png') top center no-repeat;
}

div#header a
{ color: #06d;
}

div#main
{ padding-bottom: 0px;
  border-top: 1px solid #ccc;
  margin: 10px 60px;
}

div#footer
{ padding: 40px 0px 0px 0px;
  font-size: 8pt;
  text-align: center;
  font-weight: bold;
  background: #fff url('/images/footer.png') top center no-repeat;
}

div#validate
{ text-align: center;
  margin-bottom: 30px;
}


img.content
{ padding: 5px;
  border: 1px solid #ccc;
}

img.left
{ float: left;
  margin: 0px 10px 10px 0px;
}

img.right
{ float: right;
  margin: 0px 0px 10px 10px;
}


div.error
{ border-top: 1px solid #aaa;
  padding-top: 10px;
}

div.error h2
{ padding: 0px;
  margin: 0px;
  color: #06d;
}


ul#portfolio
{ list-style: none;
  padding: 0px 10px;
  margin: 0px;
}

ul#portfolio li
{ float: left;
  padding: 0px;
  margin: 0px;
}

ul#portfolio li a
{ display: block;
}

ul#portfolio li a:hover
{ background: #fff url('/images/portfolio.png') center center no-repeat;
}

ul#portfolio li a img
{ margin: 10px;
}
