#maniAbout {
	height: 300px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0px;
}

#maniAboutInner
{
	position: relative;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 60px;
	z-index: 1;
}
#maniPortrait {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;

	margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	width: 480px;
	height: 300px;

	/* rounded corners: */
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px;	/* Safari 3, Firefox 1, Chrome, Opera, IE9 */

	background-image: url('../gfx/Portrait300.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

