/* Orange Section CSS */

#mainNav a:active, #fckContent a, .orange a{
	text-decoration: none;
	color: #CE8133;
}
#mainNav a:hover, #fckContent a:hover, .orange a:hover{
	color: #CE8133;
	text-decoration: underline;
}

.orange
{
	color: #CE8133;
}

#profileMain {
	float: left;
	width: 372px;
}
#profileRight {
	float: right;
	width: 190px;
	padding-top: 67px;
}

#profileTitle {
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 4px;
}
#profileSubTitle {
	font-size: 18px;
	color: #CE8133;
	margin-bottom: 6px;
}
#profileCV {
	font-size: 18px;
	padding-bottom: 5px;
}
#profile a, #profileRight a{
	color: #CE8133;
	text-decoration: none;
}
