.body {
	background-image: url(images/background.gif);
}
.headlines {
	font-family: "Times New Roman", Garamond, Georgia;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C4242;
	text-decoration: none;
	margin: 8px 0px 0px 4px;
	float: left;
	height: auto;
	width: auto;
	padding: 0px;



}
.copy {
	font-family: "Times New Roman", Garamond, Georgia;
	font-size: 14px;
	color: #333333;
	padding: 8px;
}
.pics {
	margin: 6px;
	border: 2px solid #4A4966;


}

div.floatleft {
  margin: 6px;
	border: 2px solid #4A4966;
	float: left;
  }
  
div.floatleft p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
   }

div.floatright {
  margin: 6px;
	border: 2px solid #4A4966;
	float: right;
  }
  
div.floatright p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
   }

