#doc h1 {
	height: 100px;
	background-image: url(img/Profile.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#content h3 {
	padding-bottom: 45px;
}
#profilelink {
	float: left;
	width: 100%;
}
#profilelink p {
	float: left; 
	width: 70px;
	padding: 4px 0px 8px 8px;
}
#profilelink a {
	text-align: left;
	float: left; 
	width: 50px;
	padding: 8px 0px 2px 10px;
	
}
#profile {
	padding-bottom: 100px;
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#profile img {
	border: solid 2px #000;
}
