/* class: boxr */
#text .boxr {
	clear: right;
	float: right;
	width: 190px;
	margin: -4.5em -1em 2em 1em;
	padding: 0;
	border: 1px solid #d5d5d5;
	background-color: #ffe;
	overflow: hidden;
}
/* for IE */
* html #text .boxr {
	margin-right: 0;
	width: 202px;
}
#text .boxr h2 {
	margin: 0;
	padding: 0 .5em;
	height: 3em;
	line-height: 3em;
	background-color: #fc0;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 160%;
	text-align: center;
	text-transform: lowercase;
}
#text .boxr h3 {
	margin: 1em 0;
	padding: 0 .8em;
	height: auto;
	line-height: normal;
	background-color: transparent;
	color: #06c;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	text-align: center;
	text-transform: none;
}
#text .boxr h3.separate {
	padding-top: .5em;
	border-top: 1px solid #06c;
}
#text .boxr p {
	margin: 1em;
	font-size: 80%;
	text-align: center;
	text-indent: 0;
}

