div#speech_bubble {
	width: 680px;
	background: #FAF5C9 url(../images/speech_bubble_middle.gif) repeat-y scroll top center;
}
div#speech_bubble_top {
	background: transparent url(../images/speech_bubble_top.gif) no-repeat scroll top center;
	padding-top: 18px;
}
div#speech_bubble_bottom {
	background: transparent url(../images/speech_bubble_bottom.gif) no-repeat scroll bottom center;
	padding: 6px 28px 75px 28px;
}

div#speech_bubble {
	font-size: 120%;
}
div#speech_bubble h1 {
	color: #2B7B9C !important;
	font-size: 120% !important;
	font-weight: normal;
}
div#speech_bubble h2 {
	color: #351343 !important;
	font-size: 120%;
}
div#speech_bubble p {
	font-size: 110%;
	color: #333;
	line-height: 145%;
}
div#speech_bubble h1, div#speech_bubble, h2, div#speech_bubble p {
	margin: 0.7em 0 0 0 !important;
}
div#speech_bubble *:first-child, div#speech_bubble *.first-child {
	margin-top: 0 !important;
}