/* CSS Document */

 /* Snyderphonics Style Sheet */

body {
margin: 0; 
	text-align: center; 
	}

#content {
	position : static;
	right : 0%;
	top: 0%;
	width : 600px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #00000f;
	overflow: auto;
	text-align: left;
	background-color: #ffffff;
	left: 0%;
	bottom: 0%;
	border: thin none #CCCCCC;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0%;
	



}

.titlehead {
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
}
.dates {
	color: #666666;
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
img.floatleft {
	float:left;
	margin: 0px 7px 3px 0px;
}
img.floatright {
	float:right;
	margin: 0px 0px 0px 10px;
}
img.floatcenter {
margin-left: auto;
margin-right: auto;
}
#bottomfill {
	background-color: #ffffff;
	position: absolute;
	height: auto;
	width: auto;
	left: 27%;

}
