@font-face { font-family: Muli; src: url("Muli-Regular.ttf"); }

body { 
  background: url(images/body.gif) top center repeat-y #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Muli, Arial, sans-serif; }
  
.clear { clear: both; }
  
.container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 580px;
  text-align: justify;
  font-size: 13px;
  color: #555;
  line-height: 20px; }
  
strong {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }
  
h1, h2 {
  width: 580px;
  height: 96px;
  background: url(images/h1.gif) no-repeat;
  font-size: 36px;
  margin-top: 30px;
  line-height: 96px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: -2px;
  color: #888; }
  
h2 {
  font-size: 24px; }
  
h3 {
  margin-top: 0px; }
  
a { 
  color: #804000;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0; }
  
a:hover {
  text-decoration: underline; }
  
a:hover img { background: none; }
  
.pic {
  border: 3px double #DEDEDE;
  margin: 3px;
  padding: 2px; }
  
small {
  font-size: 11px; }
  
hr { 
  color: #DEDEDE;
  background-color: #DEDEDE;
  height: 1px; 
  clear: both;
  border: 0px;
  margin: 10px auto 10px; }
  
.thumbpic {
  margin: 0px 10px 10px 0px;
  border: 3px double #DEDEDE; }
