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

#letterL{
	float:left;
	width: 415px;
	padding:25px 0px 0 20px;
	margin-left: 35px;
	height: 720px;
}

#letterR{
	float:right;
	width: 415px;
	padding:25px 20px 0 0px;
	margin-right: 35px;
	height: 720px;
}

.letter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.contentLetter{
	clear: both;
	overflow:auto;	
}