﻿body 
{
    background-color:Black;
    background-image: url('images/leather.jpg');
    background-position:top;
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

div#content
{
    position:relative;
    top:-65px;
    font-family:Arial;
    font-size:10pt;
    color:#3b1a0c;
    width:610px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
}

div#footer
{ 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 610px;
}

div#header
{
    vertical-align:top;
    position:relative;
    padding: 0px 0px 0px 0px;
    margin-top:0px;
    width:800px;
    height:194px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    background-image: url('images/header.jpg');
}

div#navigation
{
   position: relative;
    width:550px;
    float:right;
    text-align:center;
    vertical-align:middle;
    top: 65px; 
}

.inputTextbox
{
    border:
}

.navigate a:link, .navigate A:visited
{
    font-weight: bold;
    font-size: 11pt;
    font-style: normal;
    font-family: Times New Roman;
    text-align: center;
    text-decoration: none;
    color: #3b1a0c;
    padding: 0px 7px 0px 7px;
    line-height:16pt;
}

.navigate a:hover, .navigate A:visited:hover
{
    color: #245b04;
}


.footer a:link, .footer A:visited
{
    font-weight: bold;
    font-size: 8pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    color: #3b1a0c;
    padding: 0px 1px 0px 1px;
    line-height:16pt;
}

.footer a:hover, .footer A:visited:hover
{
    color: #245b04;
}

.pedigree
{
    text-align:center;
}

.pedigreeBox
{
    border: solid 1px #3b1a0c;
    background-color:#FAEDD5;
}