
/*####################
### HOW MUCH PAGE ####
####################*/ 

#man {
	list-style-type				: none;
	float						: left;
	margin						: 0px 0px 0px 0px;
	padding						: 20px 0px 0px 50px;
	min-height					: 350px;
}
*html #man {
	height						: 350px;
}
#man li {
	margin						: 0px 0px -6px 0px;
}
* html #man li {
	margin						: 0px;
	margin-bottom				: -3px;
}

.hiddenContent{
	display						: none;
}
.displayContent{
	color						: #381C4F;
	font-size					: 100%;
	line-height					: 175%;
	margin						: 0px 20px 0px 0px;
	padding 					: 0px 0px 0px 210px;
}

.manNeck{
	margin-top					: -8px !important;
}

*html .manNeck{
	margin-top					: 0px !important;
}

