html, body {
	text-align: center;
	background-color: #2A261D;
	margin: 0px;
	height: 100%;
}	
.headshot {
	z-index: 3;
	position: relative;
	top: -5px;
	left: 50px;
	float: right;
	margin: 5px;
}
.family {
	z-index: 4;
	position: relative;
	top: -5px;
	left: -50px;
	float: top;
	margin: 5px;
}
#container {
	background-image: url("title.jpg");
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	background-color: #DAD7BD;
	font-family: "Garamond", serif;
	width: 800px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	z-index: 1;
}
#main_text {
	z-index: 2;
	position: relative;
	top: +25px;
	
}
#contact {
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
	float: bottom;
}
p {	
	color: BLACK;
	margin: 10px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

a img {
border:0px;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: red;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: purple;
}