
body {
	background-color: #0000ff;
	padding: 8px;
	font-family: sans-serif;
	font-size: 8pt;
}

h4 {
	color: lightblue; 
	font-size: medium; 
	font-family: sans-serif
}


#obit-header {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: lightblue; 
	
}

.grouping{
	text-align: center;
	font-weight: bold;
	font-size: large;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
	
}

.pict {
	position: relative;
	float: left;
	margin-top: 7px;
	width: 250px;
	height: 275px;
	padding: 6px;
	border: 2px;
	border-style: groove;
	border-color: lightblue;
	color: lightblue; 
	
	
}

.eagle001 {
	position: absolute;
	top: 5%; 
	bottom: 0; 
	right: 20px;
	width: auto;
}


.eagle008 {
	position: absolute;
	top: 5%; 
	bottom: 0; 
	left: 20px; 
	width: auto;
}


.eagleBald {
	position: absolute;
	top: 20%; 
	bottom: 0; 
	right: 50px; 
	width: auto;
}

.pict2 {
	background-color: blue;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	width: 400px;
	height: 340px;
	padding: 6px;
	border: 2px;
	border-style: groove;
	border-color: lightblue;
	color: lightblue; 
	
}

.orins {
	background-image: url(../images/bennie/lake2.gif);
	background-color: blue;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	width: 400px;
	height: 340px;
	padding: 6px;
	border: 2px;
	border-style: groove;
	border-color: lightblue;
	color: lightblue; 
	
}

#beach {

	position: absolute;
	bottom: 20px;
	width: 100px;
	height: 121px;
	
}

.footer {
	clear: left;
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 40px;
	width: 100px;

	background-color: white;
	border: 2px solid lightblue;
	text-align: left;
	font-size: 24pt;
	font-weight: bold;
	color: black;
	
}