@charset "UTF-8";
/* CSS Document */

#mainContent .letterslft {
	float: left;
	width: 300px;
	margin-left: 0px;
	height: 200px;
	text-align: left;
}
.letterslft img {
	float: left;
	border-style: none;
}
.letterslft p {
	text-align: left;
	color: #7e0b80;
	font: 90% Georgia, "Times New Roman", Times, serif;
}
#mainContent .lettersrt {
	float: right;
	width: 300px;
	margin-right: 0px;
	height: 200px;
}
.lettersrt img {
	float: right;
}
.lettersrt p {
	text-align: right;
	margin-top: 50px;
	color: #7e0b80;
	font: 90% Georgia, "Times New Roman", Times, serif;
}
#footer {
	clear: both;
	}

