/* Fan Letters Page CSS Document */

/* Large area of main content on the left side */
div#content {
	background: url(/images/bkg-notepad.jpg) repeat-y;
	width: 635px;
	padding: 0 25px 10px 40px;
	}
	#content em {
		border-top: 2px dashed #8b380f;
		padding-top: 5px;
		margin-top: 25px;
		color: #000;
		font-weight: normal;
		font-style: italic;
		display: block;
		}