.about .about-text{
	/*width: 60%;
	top:68px;
	position:relative;*/
	width:100%;
	font-size: 12px;
}

.about .about-img{
	position:absolute;
	left: 400px;
	/*bottom:470px;*/
	top: 230px;
	/*border: 1px white solid;*/
}
.about .about-img img{
	margin: 5px 5px 0 5px;
}
.about .white-cube{
	/*#f4f3f2;*/
	background: white;
	width:300px;
	height:300px;
	position: absolute;
	left:0;
	top:300px;
	left: 450px;
	opacity: .35;
	filter:alpha(opacity=35);
	display: none;
}

.about .block{
	text-transform: none;
}
.about .block ul{
	margin-top: 0;
	padding-left: 0;
}
.about .block ul li{
	margin-bottom: .5em;
}
.about .block ul li a{
	font-size: 12px;
}


.about .block.cv{
	margin-top: 30px;
	font-size: 14px;
}

.about .bio{
	
}
.about .bio .about-text,
.about .download-cv{
	line-height: 2em;
}
.about .cv .about-text ul {
	padding-left: 1em;
}
.about .cv .about-text ul li{
	text-align: left;
}
.about h4{
	text-indent: 1em;
}
.about .block .block{
	width: 100%;
	margin: 0;
}
.about .cv.block .title{
	margin-bottom: 0;
}