/**
 * Common
 */
#main_content h2 {
	font-size: 1.923em;
	font-style: italic;
	text-align: center;
}


/**
 * Leaders List
 */
#main_content .leaders_list {
	font-style: italic;
	left: 50%;
	line-height: normal;
	margin-left: 22em;
	position: absolute;
	top: 6em;
	text-align: center;
	width: 10em;
	zoom: 1;
}

#main_content .leaders_list li {
	margin-bottom: 1.2em;
}

#main_content .leaders_list .name {
	display: block;
	font-family: Georgia, serif;
	margin-bottom: .1em;
}

#main_content .leaders_list .years {
	font-size: .846em;
}

#main_content .leaders_list a {
	color: #000;
}

#main_content .leaders_list b.selected {
	background: #e0001a;
	color: #fff;
	padding: 0 .3em;
}


/**
 * Leader Info
 */
#main_content .leader_info {
	width: 64%;
}

#main_content .picture {
	margin-bottom: 4em;
	position: relative;
}

#main_content .picture .round_picture {
	background: #fff;
	display: block;
	height: 420px;
	margin: 0 auto;
	position: relative;
	width: 420px;
}

#main_content .picture .description {
	color: #898989;
	display: block;
	font-size: .846em;
	font-style: italic;
	left: 0;
	line-height: normal;
	position: absolute;
	top: 420px;
	width: 12em;
}

.leaders_list .underline {
	position: relative;
	zoom: 1;
	height: 3px;
	background: #1C1C1A;
	width: 34px;
	text-align: center;
	left: 50%;
	margin-left: -17px;
	margin-top: 15px;
	margin-bottom: 20px ;
}
