#content { 
	width: 960px; 
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
.mainDetails {
	margin-top: 25px;
	padding: 25px 35px 25px 35px;
	border-bottom: 2px solid #bc525c;
	}	
	
#name h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: -6px;
	}

#name h2 {
	margin-left: 2px;
	}

#mainArea {
	padding: 0 40px 50px 40px;
	margin-bottom: 50px;
	}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
	}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	}	

#name {
	float: left;
	}

#contactDetails {
	float: right;
	}

#contactDetails ul {
	list-style-type: none;
	margin-top: 2px;
	}

#contactDetails ul li {
	margin-bottom: -6px;
	}

.clear { clear: both; }

section {
	border-top: 1px solid #bc525c;
	padding: 20px 0 0;
	}

section:first-child {
	border-top: 0;
	}

section:last-child {
	padding: 20px 0 10px;
	}

.sectionTitle {
	float: left;
	width: 25%;
	}

.sectionContent {
	float: right;
	width: 72.5%;
	}
	
.sectionContent p {
	padding: 0;
	margin: 0;
	}

.sectionTitle h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #B83B5E;
	margin-top: 0;
	}

.sectionContent h2 {
	font-size: 1.2em;
	margin-bottom: -8px;
	}
	
.sectionContent li {
	list-style-type: circle;
	margin-left: 25px;
	}
	
.subDetails {
	font-size: 0.8em;
	font-style: italic;
	}
	
p~ul {
	margin: 10px 0px;
	}

.buzzWords {
	list-style-type: circle;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	margin-bottom: 20px;
	}

.buzzWords ul li {
	margin-bottom: 3px;
	}