@charset "utf-8";
/* CSS Document */

body
	{
	background-image:url(/images/bkg.jpg);
	background-attachment:fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}
	
#container
	{
		width:750px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		border-color:#000;
		border-style:double;
		border-width:thick;
	}
	
#header
	{
		padding: 0 10px;
	}
	
#mainContent
	{
		margin: 0 5px 0 5px;
	}
	
#footer
	{
		padding: 0 10px;
	}
	
.header{font-size:16px;}
.name{font-size:14px; font-weight:bold;}
.epds{font-size:9px;}
.pedigree{font-size:10px;}
.footerlinks	{font-size:9px;}

.photoborder
	{
		border-bottom-color:#006;
		border-left-color:#006;
		border-right-color:#006;
		border-top-color:#006;
	}
