.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#myLife{
	margin-top: 20px;
	padding-left: 10px;
	}

#theFacts, #myInfo, #educationAndWork, #groups{
	/*width: 330px;*/
	width: 320px;
	padding-bottom:20px;
	margin: 0px 20px 20px 0px;
	text-align: left;
	font-size: 11px;
	}

	
	
	
#myLifeHeader {
	margin-bottom: 20px;
	}

#myLifeHeader > div {
	text-align: left;
	width: 100%;
	}

#myLifeHeader div.columnLeft{
	width: 50px;
	}

#myLifeHeader div.columnRight{
	width: 300px;
	}

#myLife .title{
	width: 320px;
	background: #eeeeee;
	color: #5b5b5b;
	font-weight: bold;
	padding: 1px 1px 1px 7px;
	text-transform: uppercase;
	}

#myLife .columnRight{
	width: 125px;
	}

#myLife .columnLeft{
	width: 175px;
	}

#myInfo .columnLeft{
	width: 123px;
	}
	
#myInfo .columnRight{
	width: 195px;
	}

#educationAndWork .columnLeft, #theFacts .columnLeft {
	width: 160px;
	}
	
#educationAndWork .columnRight, #theFacts .columnRight {
	width: 160px;
	}

#groups .wide{
	color: #505050;
	font-weight: bold;
	}

.myLifeRow{
	width: 320px;
	margin-bottom: 5px;
	padding-left: 10px;
	}

.columnLeft{
	color: #505050;
	font-weight: bold;
	}

.columnRight{
	color: #999999;
	}
	
div object
{
    outline: none;
}