@charset "UTF-8";

/* ---------- Layout ----------  */

#profile {
	clear: both;
	padding: 50px 100px;
}

#profile #profilePhoto {
	float: left;
	width: 330px;
	height: 270px;
}

#profile h3 {
	float: right;
	width: 230px;
}

#profile #language {
	float: right;
	background: url(/img/arrow_right.gif) no-repeat right;
	padding-right: 10px;
	margin-top: 40px;
	text-align: right;
	width: 230px;
}

#profile p {
	clear: both;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	text-indent: 1em;
}

#profile h4 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: url(../img/back_profile_h4.gif);
	margin: 20px 0 5px 0;
	padding: 3px 10px;
}

#profile ul {
	list-style: none;
	margin: 0 0 0 1em;
}

#profile li {
	line-height: 1.3em;
	padding: 0.3em 0;
}

#profile #toProgram {
	font-size: 24px;
	font-family: trebuchet ms, Arial, Helvetica, sans-seri;
	padding-top: 20px;
	text-align: right;
}

