#business {
	font-size:							12pt;
	font-family:						georgia;
	padding-top:						7pt;
	width:									600pt;
	margin:									auto;
	text-align:							left;
}

	#business p {
		margin-bottom:				3pt;
	}

#opening {
	overflow:								hidden;
}

	#opening #summary {
		width:								300pt;
		float:								left;
	}
		
		#summary li {
			background:					none;
			font-style:					italic;
		}

	#opening #picture {
		width:								75pt;
		float:								right;
		text-align:						center;
	}
	
		#opening #picture img {
			width:							75pt;
		}

	#opening #contact {
		margin-left:					30pt;
		width:								160pt;
		float:								right;
	}
	
		#opening #contact img {
			height:							12pt;
			margin-top:					2pt;
		}
	
#pitch {
	text-align:							center;
}

#motivations {
	text-align:							justify;
}

.section {
	margin-bottom:					14pt;
}
	
	.section h2 {
		border-bottom:				1px solid #000;
	}
	
	.section .experience {
		overflow:							hidden;
		margin-bottom:				8pt;
	}
	
	.compact .experience {
		margin-bottom:				0;
	}
	
		.section .experience .title {
			width:							100pt;
			float:							left;
			text-align:					left;
		}
		
		.section .experience .title h3 {
			font-size:					95%;
			font-weight:				bold;
		}
		
		.section .experience .title h4 {
			font-style:					italic;
			font-weight:				normal;
			font-size:					85%;
		}
		
		.section .experience .description {
			width:							490pt;
			float:							right;
			text-align:					justify;
		}
