/*************************************************************************************************
* GRANDMASTER
**************************************************************************************************/

.grandmaster {
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 0px;
}


.grandmaster h2 {
	font-size: 14pt;
}

.grandmaster h3 {
	font-size: 12pt;
	margin-bottom: 20px;
}



/*************************************************************************************************
* MASTER
**************************************************************************************************/

.master {
	width: 100%;
	margin: 20px 0px 50px 0px;
	padding: 0px;
}

.master img {
	width: 216px;
	height: 288px;
	display: inline-block;
}

.master h2 {
	font-size: 14pt;
}

.master h3 {
	font-size: 12pt;
	margin-bottom: 20px;
}



/*************************************************************************************************
* BLACK BELT
**************************************************************************************************/

.blackbelt {
	float: left;
	width: 72px;
	height: 140px;
	margin-right: 20px;
	padding: 0;
	text-align: center;
}

.blackbelt img {
	width: 72px;
	height: 96px;
}

.blackbelt p {
	font-size: 8pt;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}