body {
	padding: 0 10px 0 10px;
	background: #FFF;
	max-width: 900px;
	margin: auto;
	color: #111;
	font-size: medium;
	font-family: sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 25px;
}

li {
	margin-bottom: 5px;
}

.highlight {
	font-weight: bold;
}

#header, #main, #footer {
	clear: both;
	float: left;
	width: 100%;
}

#header {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #777;
}

#contact {
	text-align: right;
}


#name {
	padding-top: 5px;
	float: left;
	color: #000;
}

#contact {
	float: right;
}
#contact ul {
	list-style: none;
}

#contact li {
	width: 20em;
	text-align: right;
	margin-bottom: 0px;
}

#main {
	margin-top: 5px;
}

.section {
	clear: both;
	margin-top: 15px;
}

#education li {
	list-style: none;
}

#experience li {
	list-style: none;
	margin-bottom: 8px;
}

.date-range {
	margin-right: 8px;
}

.job-title {
	font-style: italic;
}

.employer {
	font-weight: bold;
}

#current-interests li {
	list-style: none;
}

.interest-area {
	font-style: italic;
	margin-right: 8px;
}

#footer {
	margin-top: 25px;
	padding-top: 5px;
	border-top: 2px solid #777;
	font-size: .9em;
}

#references {
	font-style: italic;
}

