﻿body,
html {
    margin:0;
    padding:0;
    background:#000001;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    }
body {
    min-width:950px;
    }
#wrap {
    background: url("images/background.jpg") no-repeat;
    margin:0 auto;
    width:950px;
    }
#header {
    background:#ddd;
    }
#header h1 {
    padding:5px;
    margin:0;
    }
#nav {
    background:transparent;
    padding:5px;
    text-align: right;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
#main {
    background:transparent;
    float:left;
    width:950px;
    margin-top:90px;
    }
#main_split_left {
    background:transparent;
    float:left;
    width:520px;
    }
#main_split_right {
    background:transparent;
    float:left;
    width:410px;
    text-align:center;
    padding-left:20px;
    }
#main_family {
    background:transparent;
    float:left;
    width:950px;
    margin-top:250px;
    }
#main h2, #main h3, #main p {
    padding:0 10px;
    }
#pedigree {
    background:transparent;
    float:left;
    width:950px;
    margin-top:20px;
    }
#sidebar {
    background:#99c;
    float:right;
    width:240px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
#footer {
    background:transparent;
    clear:both;
    margin-top:40px;
    }
#footer p {
    padding:5px;
    margin:0;
    text-align:center;
    }
/* Links */  
a:link {
	color:#ffffff;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
	}
	
a:active {
	color:#d34320;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
	}

a:visited {
	color:#cccccc;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
	}

a:hover {
	color:#d34320;
	text-decoration: underline;
	line-height: 20px;
	font-weight:bold;
	}