#main {
	background-image: none;
	}

#description {
	width: auto;
	background-image: none;
}
p.introduction {
	padding-right: 280px;
	}
#description img {
	float: right;
	}
.container {
	width: 800px;
	padding-top: 5em;
	}
.container p, .container h3 {
	width: 400px;
	}
p.price {
	font-size: 1.2em;
	font-style: italic;
	}
blockquote {
	float: left;
	width: 600px;
	padding: 0 0 1em 0;
	margin-bottom: 4em;
	margin-top: 4em;
	background-color: black;
	background-image: url(images/corner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
blockquote p { 
	color: #E5EEF6;
	font-size: 1.6em;
	font-style: italic;
	padding: 2em 4em 4em 4em;
	}
cite {
	float: right;
	color: #E2DDB6;
	font-style: italic;
	font-size: 0.8em;
	padding: 0 4em;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	}