@charset "utf-8";
	/* CSS Document */
	
	
	body {
		height: 1400px;
	}
	
	p {
		font: 18px Geneva, Arial, Helvetica, sans-serif;
		color: gray;
	}
	
	p.firstSectionParagraph::first-letter {
		font-size: 2.8em;
		float: left;
		line-height: 0.8;
	/*	padding-right: 5px; */
	}
	
	img {
		float: right;
		padding: 20px 0 20px 30px;
	}
	
	.endOfSection {
		padding-bottom: 40px;
	}
	
	#bottomSellLine {
		font-size: 22px;
		text-align: center;
		color: #962803;
	}

