#centercolumn {
	margin-top: 35px;
	
}
 
#centercolumn h1 {
	display: block;
	margin: 20px 0 0 5px;
	
	border: none;
	/*width: 735px;*/
	font-size: 200%;
	letter-spacing: 1px;
	color: #474747;
	font-family: "New York", "MS Serif", serif;
	font-weight: normal;
}

span#intro {
	/*display: inline;*/
	margin: 0px 2px 10px 0px;
	padding: 3px 0px 5px 0px;
	font-size: 160%;
	line-height:  1.6em;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #888888;
	
	text-align: justify;
	font-family: Arial, sans-serif;
	
	width: 400px;
	
}
#learnmore {
	text-decoration: none;
}

#centercolumn h6 {
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	display: block;
	font-size: 100%;
	color: #BB6666;
	text-align: right;
	text-decoration: underline;
	letter-spacing: -1px;

}
#centercolumn p.hidden {
	display: none;
}

#centercolumn {
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 60px;
	
 	background-image: url("quote.png");
 	background-repeat: no-repeat;
 	background-position: 12px -5px; 
}

/*a#indexquote:hover .indeximg {
	background-image: url("quotedark.png");
	background-repeat: no-repeat;
	background-position: -7px -5px;
}*/

a#indexquote:hover span#more {
	color: #C52222;
}