.rightimage {
	float: right;
	margin-left: 12px;
}
.leftimage {
	float: left;
	margin-right: 12px;
	padding-top: 10px;
}
.rightimage img {
	width: 200px;
}
.section p {
	padding-left: 12px;
}
.section ul {
	margin-left: 12px;
	padding: 8px;
	color: #fff;
	list-style-position:inside;
	border-radius: 8px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #487ee1), color-stop(0.00, #48b3e1));
	background: -webkit-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -moz-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -o-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -ms-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: linear-gradient(to bottom, #48b3e1 0%, #487ee1 98%);
	background: #48b3e1;
}
.section ul li {
	line-height: 1.4;
	margin-bottom: 6px;
}

h3.reiki3 {
	width: 400px;
	overflow: hidden;
}
.descsection {
	margin-top: -20px;
}
.descsection .rightimage {
	margin-top: -64px;
}
.descsection p.top {
	text-align: center;
	line-height: 40px;
	margin-bottom: 24px;
}
.descsection ul {
	margin-left: 12px;
	line-height: 1.8;

	border-radius: 8px;

	list-style-type: none;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #487ee1), color-stop(0.00, #48b3e1));
	background: -webkit-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -moz-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -o-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: -ms-linear-gradient(top, #48b3e1 0%, #487ee1 98%);
	background: linear-gradient(to bottom, #48b3e1 0%, #487ee1 98%);
	background: #48b3e1;
}
.descsection ul li {
	margin-bottom: 0;
}
.descsection ul dl dt {
	border-bottom:dotted 1px #ccc;
	line-height: 1.8;
	color: #fff;
	padding: 6px 8px 0 12px;
	font-weight: bold;
}
.descsection ul dl dd {
	border-bottom: solid 2px #fff;
	line-height: 1.4;
	padding: 6px 6px 6px 40px;
	margin-left: 0;
	color: #333;
}
.section {
	margin-bottom: 24px;
}
.section p {
	margin-left: 12px;
}
.section table {
	margin-left: 20px;
}
