html {
  height: 100%;
  font-family: verdana, helvetica;
  color: #fff; }

body {
  height: 100%;
  font-size: 82.5%;
  margin: 0;
  line-height: 1.4em;
  padding: 0; }

input, select, th, td {
  font-size: 1em; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,img {
  border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal; }

ol,ul {
  list-style: none; }

caption,th {
  text-align: left; }

h1,h2,h3,h4,h5,h6 {
  font-size: 0.9em;
  font-weight: normal; }

q before,q after {
  content: ''; }

abbr,acronym {
  border: 0; }

#header {
  width: 100%;
  height: 66px;
  background-color: #d3d3d3;
  margin: 20px 0 10px 0; }

.fixed_width {
  width: 690px;
  margin: 0 auto;
  position: relative; }


h1 {
  clear: both;
  font-size: 1.5em;
  margin: 20px 0 20px 0;
  color: #333; }

a {
  text-decoration: none;
  color: #00bb00; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #00bb00; }
  a:active {
    outline: none; }

canvas {
  float: left;
  background-color: #e3e3e3;
  display: block;
  height: 320px;
  width: 320px;
  margin-bottom: 10px; }

.button {
  background-image: url("/images/buttons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  background-color: #f4f4f4;
  float: left;
  margin-bottom: 0px;
  margin-right: 10px; }

.button_2 {
  background-position: 0 -42px;
  background-image: url("/images/buttons.png");
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  background-color: #f4f4f4;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px; }

.button_3 {
  background-position: 0 -84px;
  background-image: url("/images/buttons.png");
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  background-color: #f4f4f4;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px; }

.button_4 {
  background-position: 0 -126px;
  background-image: url("/images/buttons.png");
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  background-color: #f4f4f4;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px; }

#ancestor_lookup_text {
  display: block;
  float: none;
  padding-top: 10px; }

#ancestor_lookup_loading {
  float: none;
  padding-top: 10px;
  color: #a4a4a4; }

.ancestor_canvas_wrapper canvas {
  height: 160px;
  width: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 3px solid #fff; }

.canvas_wrapper {
  float: left;
  margin-bottom: 15px;
  padding: 10px;
  height: 370px;
  width: 320px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #a3a3a3; }

.face_info {
  color: #a4a4a4;
  font-size: 9px; }

.headline {
  font-size: 2em;
  text-align: center;
  width: 486px;
  height: 62px;
  background-image: url("/images/logo2.png");
  background-repeat: no-repeat;
  text-indent: -2000px;
  overflow: hidden;
  display: block; }

.text_left {
  padding: 10px;
  width: 320px;
  float: left; }

.text_right {
  padding: 10px;
  width: 320px;
  float: right; }

p {
  padding-bottom: 14px; }

#loading {
  position: absolute;
  top: 100px;
  left: 262px;
  width: 140px;
  height: 20px;
  border: 4px solid #777;
  background-color: #fff;
  padding: 10px; }

#click_blocker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 671px;
  height: 371px;
  padding: 10px; }

ol,ul {
  list-style: disc; }

@import clearfix.css
* {
  margin: 0; }

html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -40px; }

.footer, .push {
  height: 40px; }

body {
  background-color: #d3d3d3;
  background-position: center top;
  background-repeat: repeat-y;
  
  color: #000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 1.4em; }
