.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 700px;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	color: #333333;
	background-image: url(images/liam.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
	width: 650px;
}
.poems {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	border: medium double #999999;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center top;
	right: 25px;
	margin-right: 10px;
	margin-left: 20px;
	width: 630px;
	text-align: center;
	background-image: url(images/bench.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: lowercase;
}
.photo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

