@charset "UTF-8";
body  {
	font: 14px/125% "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #574328;
	letter-spacing: 0.1em;
	background: #0B0602;
	text-align: center;
}
h1 {
	font: bold 2em "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 208px;
	width: 780px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	text-align: center;
	position: relative;
	background: #000;
	padding-top: 25px;
	left: 0px;
	right: auto;
}
#mainContent {
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 0px 150px;
} 
#footer {
	background:url(images/footerbar.jpg);
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
} 
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font: bold 1.2em "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
.previewBox {
	height: 130px;
	width: 450px;
	border: 1px solid #574328;
	margin: 20px auto;
}
.previewPic {
	height: 130px;
	width: 100px;
	float: left;
	border-right: 1px solid #574328;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.previewText {
	float: right;
	text-align: center;
	line-height: 130px;
	height: 130px;
	width: 349px;
	font-size: 1.2em;
}

a:link {
	color: #903101;
	text-decoration: none;
}

a:visited {
	color: #903101;
	text-decoration: none;
}

a:hover {
	color: #903101;
	text-decoration: underline;
}

a:active {
	color: #903101;
	text-decoration: none;
	font-family: "Trajan Pro";
	text-align: center;
}
#dropImg {
	float: left;
	border-top: #000;
	border-right: 20px solid #000;
	border-bottom: 20px solid #000;
	border-left: #000;
}
#container #mainContent table tr td img {
	width: 130px;
}
#mainContent table tr td {
	text-align: center;
}
h3 {
	font: bold 1em "Times New Roman", Times, serif;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.imagecaption {
	font-style: italic;
	text-align: center;
	line-height: 2em;
	padding-bottom: 10px;
}
p {
	text-align: left;
}
table {
	border: 1px none #574328;
}
.progenyContainer {
	margin-bottom: 20px;
	margin-top: 20px;
}
.progenyMale {
	float: left;
	width: 50%;
}
.progenyMale img {
	height: 100px;
	float: right;
	margin-right: 10px;
}
.progenyLink {
}
.progenyParents {
	width: 100%;
}
.progenyFemale img {
	height: 100px;
	float: left;
	margin-left: 10px;
}
.progenyFemale {
	width: 50%;
	position: relative;
	margin-left: 50%;
	margin-right: 0px;
}
#FlashID {
	margin: 20px;
}
