@charset "UTF-8";
html, body {
height: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(../images/main_bkgd.jpg);
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12px;
	text-transform: uppercase;
}
#main {
	background-color: #000000;
	height: auto;
	width: 822px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow_bkgd.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
}
#main #head {
	background-image: url(../images/head.jpg);
	height: 261px;
}
#main #name_strip {
	background-image: url(../images/name_strip.jpg);
	height: 32px;
}
#main .content_left {
	margin-left: 80px;
	float: left;
	margin-top: 20px;
	width: 329px;
}
#main .content_right {
	float: right;
	width: 329px;
	margin-right: 45px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.Dark {
	color: #999999;
}
#main .content a img {
	border: 4pt solid #CCCCCC;
}
#main .content a:hover img {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.name {
	margin-left: 80px;
	width: 695px;
	text-align: center;
	margin-top: 20px;
}
.text {
	margin-left: 80px;
	width: 695px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
.content {
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
.pedigree {
	height: 39px;
	width: 54px;
	position: relative;
	float: right;
	bottom: 30px;
	display: block;
}
.pedigree a {
	height: 39px;
	width: 54px;
	background-image: url(../images/pedigree.jpg);
	display: block;
}
.pedigree a:hover {
	background-image: url(../images/pedigree_over.jpg);
}
/*.content .pedigree a:visited {
	display: block;
}*/
.pedigree a:active {
	background-image: url(../images/pedigree_active.jpg);
		}
#main #foot {
	background-image: url(../images/foot.jpg);
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 12px;
	margin-bottom: 40px;
}
#address {
	color: #333333;
	margin-left: 80px;
	padding-top: 7px;
}
a {
	color: #999999;
	text-decoration: none;
}
/*a:link {
	text-decoration: none;
	color: #999999;
}*/
a:hover {
	color: #FFFFFF;
}
.fullimage {
	background-color: #000000;
	width: 695px;
}
#main .fullimage_cont {
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main .fullimage_cont .fullimage img {
	border: 4pt solid #CCCCCC;
}
