/*
**********************************************************************
**                     CURRICULUM                                                                            *******
**********************************************************************	
*/

.border
{
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-weight: bold;
}

#rank
{
	
	margin-left: 80px;
	padding-top: 20px;
}

#belt
{
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

#requirement
{
	width: 400px;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#requirement ul
{
	text-align: left;
	text-indent: 1em;
	margin-left: 40px;
}

/*
**********************************************************************
**                     TIMES                                                                                       *******
**********************************************************************	
*/

#specialMessage
{
	color: #b80000;
	text-align: center;
	font-size: 20px;
	font-family: "comic sans ms", arial, tahoma;
	font-weight: bold;
	line-height: 150%;
}

/*
**********************************************************************
**                     PRIVATE LESSONS                                                                  *******
**********************************************************************	
*/

#private
{
	margin: 10px;
}

#private dd
{
	text-decoration: underline;
	padding-top: 10px;
}

#private dt
{
	text-indent: 2em;
}