
#profile {
	margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#education {
    margin-left: 20px;
    margin-top: 10px;
}
#profile .info {
    margin-left: 10px;
    margin-bottom: 7px;
    clear: left;
}
#profile .key {
    width: 100px;
    float: left;
    margin-bottom: 7px;    
    font-weight: bold;
}
#profile .value {
    float: left;
}

#education .info {
    margin-left: 10px;
    margin-bottom: 3px;
    clear: left;
}
#education .key {
    width: 210px;
    margin-bottom: 3px;
    float: left;
    font-weight: bold;
}
#education .value {
    float: left;
}

#name {
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 30px;
}
#profileImage {
	background: none;
	border: none;
	float: right;
}
#emailImage {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}