#processDiv {
	background-image: url("../images/developers/process_bg.gif");
	background-repeat: repeat-x;
	height: 485px;
	border: 1px solid white;
}

#processTable {
	width: 600px;
	margin: auto;
	margin-top: 37px;
}

#titleRow td{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.processText {
	width: 220px;
	text-align: justify;
}

#devLink {
	margin-top: 30px;
	font-size: 16px;
	padding: 5px;
    border: 1px solid #e4e4e2;
	background-color: #00b25b;
	color: white;
}

#devLink a {
	color: white;
}

#profilePic {
	width: 200px;
	height:200px;
	background-color: #b7e9ff;
	border: 1px solid #69d1ff;
	padding: 5px;
	text-align: center;
	line-height: 200px;
}

#profileImg {
	border: 2px solid #569dbd;
} 

#profileDetails {
	background-color: #f4f5ee;	
	border: 1px solid #e5e6e0;
	color: #383634;
	padding: 5px;
	margin-bottom: 10px;
}

#nicknameDiv {
	font-size: 20px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e5e6e0;
}

#developerCoursesDiv {
	margin-top: 20px;
}

