body {
		font-family: Arial, Verdana, Helvetica;
		background-color: #CDBA96;
		margin: 0px;
		padding: 15px;
		line-height: 125%;	}

h1 {
font-family : Verdana, Geneva;
font-style : italic;
letter-spacing : 2px;
color : #027A65;
font-weight : bold;
font-size : 100%;
text-align: center; }

.personalinfotext {
	font-size: small;
	color: darkblue;
	font-style: normal;
	font-weight: normal; }

#aboutcindy {
	width: 220px;
	height: 200px;
	margin: 25px;
	border: 0px solid red;
	pading: 10px; }

#aboutgary {
	position: absolute;
	top: 25px;
	left: 520px;
	width: 220px;
	height: 200px;
	margin: 0px;
	border: 0px solid red;
	pading: 10px; }
	
#aboutuspic {
	position: absolute;
	top: 5px;
	left: 290px;
	width: 180px;
	height: 232px;
	border: 0px solid red; 
	background-color: #white;
	margin: 0; }
	
#homebutton {
	position: absolute;
	top: 220px;
	left: 340px; }

/* ____________________________________NAVIGATION BUTTONS__________________________*/
.cssbutton{
background-color: #A2B5CD;
border: 2px #B6AFA9 outset;
padding: 0px 4px;
color: darkblue;
text-decoration: none;
font: normal 50% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #E0DFDB;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
