
.lesson {
  line-height: 1.4em;	
}
.lessonhead {
	font-size: 30px;
	font-family: 'ambroise-std';
	text-transform: uppercase;
	margin: 80px 0 0 0;
	padding: 10px 0 0 0px;
 /* background-image: url(../images2012/decor/cardsymbols3d.png); */
	background-repeat: no-repeat;
}

.lessonsubhead {
	font-size: 150%;
	text-transform: uppercase;
	clear: both;
	margin-left: 0px;
	padding-top: 80px;
	border-bottom: thin;
	border-bottom-color: #870000;
	border-bottom-style: solid;
	color: #870000;
}

.hand {
	margin: -50px 0 0 1px;
	/*border: thin solid red;*/
	min-width: 400px;
	height: 300px;
	padding: 30px 0 50px 300px;
-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);	
}
.hand img {
	float: left;
	margin-left: -127px;
	/*
-webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
	*/
	-ms-transform-origin: bottom center;  /* IE 9 */
	-webkit-transform-origin: bottom center; /*  Safari and Chrome */
}
.realhand {
	margin: 50px 0 0 1px;
	/*border: thin solid red;*/
	min-width: 400px;
	height: 300px;
	padding: 30px 0 0 0px;
}