address {
	font-weight: bold;
	font-style: normal;
	width: 250px;
	float: left;
}

.ul {
	text-decoration: underline;
}

.form {
	clear: both;
}

.form label {
	float: left;
	clear: left;
	width: 100px;
}

.form .text {
	float: left;
	width: 180px;
}

.form textarea {
	height: 40px;
}

.form .submit {
	float: left;
	clear: both;
	
}

.location {
	padding-left: 20px;
	font-style: italic;
}

fieldset {
	width: 315px;
	float: left;
	border: 1px #cccccc solid;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}

legend {
	color: #f29400;
}

fieldset p {
	height: 80px;
}

.personals {
	margin-bottom: 20px;
}

.curriculum_vitae {
	positition: relative;
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
	
	.curriculum_vitae div {
		postition: relative;
		width: 30%;
		padding: 1%;
		float: left;
	}
	
	.curriculum_vitae img {
		float: right;
	}
	
	.curriculum_vitae ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 20em;
		float: left;
	}
	
	.curriculum_vitae ul li {
		display: inline;
		width: 20em;
	}
	
	.curriculum_vitae ul ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 20em;
		float: left;
	}
	
	.curriculum_vitae ul ul li {
		width: 15em;
		float: left;
		position: relative;
	}
	
	.curriculum_vitae .quote {
		clear: both;
		padding-top: 10px;
		height: 170px;
		width: 20em;
	}
	
	.curriculum_vitae p {
		float: left;
	}