/* global */
html{height: 100%;}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}


html{height: 100%;}

body
{ background-color: #C5C9CD;
  color: #4F5A5F;
}

blockquote
{ background-color: #F1F4F5;
  color: #4F5A5F;
  border-color: #D4DBDE;
}

#logo
{ background: #FFFFFF url(images/taxidermy_mountings.jpg) repeat-x;
  color: black; width: 760px;
  background-position: center center;
  border: thin outset white;
}


/* footer */
#footer
{ padding: 9px 0px 3px 0px;
  width: 760px;
  text-align: center;
  border: 1px solid;
  height: 22px;
  margin-left: left; 
  margin-right: auto;
}

#footer a, #footer a:hover{text-decoration: none;}




