#title {
	top: 0;
}

h1 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #88898b;
}

#framecontent {
	position: static;
	width: 550px;
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
	line-height: 2em;
}

#quote {
	position: static;
	width: 550px;
	height: 50px;
	overflow: hidden;
	background-color: #333333;
	padding: 20px;
	line-height: 1.4em;
	color: #ffffff;
}

#carousel {
	position: static;
	width: 590px;
	overflow: hidden;
	background-color: #ff0000;
}

#carousel img {
	float: left;
}

#carousel #arrow {
	position: relative;
	width: 118px;
	height: 8px;
	left: 118px;
	background: transparent url('../img/about-quote-arrow.gif') no-repeat top left;
}