#thought {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 0 0;
}
#thoughtIntro {
	background: url(/images/backgrounds/lion_sm.jpg) 160px 0 no-repeat;
	width: 100;
	margin: 10px auto;
	padding: 0 40px 20px 40px;
}
#thought h1 {
	font: normal 44pt "Freestyle Script", "Lucida Calligraphy", "Fine Hand", cursive;
	color: #500;
	text-align: center;	
	margin: 0 auto;
}
#thought h2 {
	font: italic 12pt "Comic Sans MS", Verdana, sans-serif;
	color: #006;
	margin: 0 auto;
	width: 70%
}
#thought h2 em {
	font: italic 14pt "Comic Sans MS", Verdana, sans-serif;
	color: #B00;
}
#thought h3 {
	font: italic 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: 0px 0 0px 70%;
}
#thought p.quote {
	background: url(/images/divider.gif) 0 0 repeat-x;
	font: bold italic 16pt Palatino Linotype, "Times New Roman", Times, serif;
	color: #600;
	padding: 40px 60px 0 60px;
	display: block;
	width: 60%;
	margin: 30px auto 0 auto;
}
#thought p.quote em {
	text-decoration: underline;
}
#thought p.author {
	font: normal 14pt "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #040;
	padding: 5px 0px 20px 55%;
	display: block;
	width: 70%;
	margin: 0 auto;
}
#thought p.thought {
	font: normal 14pt Georgia, "Palatino Liontype", Monaco, "Times New Roman" serif;
	padding: 30px 60px;
	display: block;
	width: 60%;
	margin: 0 auto;
}