#project_profile {
	position: relative;
	clear: left;
	width: 100%;
	margin: 20px 0 0 0;
	
}

#project_profile .header {
 	clear: left;
	border-bottom: 1px dashed #ccc;
}

#project_profile .text {
 	margin-top: 10px;
}

#project {
	position: relative;
	clear:left;
	width:100%;
	margin-bottom: 25px;
}
#project .logo {
	float:left;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #999;	
	margin-bottom: 25px;
	padding: 20px 20px 20px 20px;	
}
#project .projectimage {
/*	position: relative;
	left: 0;
	top: 0;	*/
	text-align: center;
	
}
#project .description {
	position: relative;
	float:left;
	width:620px;
	height:100%;
	padding-left: 11px;
	vertical-align: middle;
}
#project .clientname {
	float:left;
	font-weight: bold;	
}
#project .projectname {
	clear: left;	
}
#project .projectinfo {
	clear: left;
	padding-top: 0;
	font-size: 0.7em;
	font-family: Georgia;
}
#project .projectinfo ul {
	list-style: disc outside;	 
}
