#content{
	width:700px;
}
h1{
	font-size:1.9em;
	font-weight:bold;
}
h2{
	margin:20px 0px 5px;
	font-size:1.5em;
	font-weight:bold;
}
h3{
	margin:20px 0px -25px;
	font-size:1.5em;
	font-weight:bold;
}
.portrait{
	float:right;
	margin-top:-40px;
}
ul{
	margin-left:25px;
	width:396px;
}
ul li{
	list-style-type:circle;
	margin-bottom:5px;
	font-size:1.15em;
	line-height:1.5em;
}

dl{
	font-size:1.15em;
	margin-bottom:60px;
}
dl dt,dl dd,dl dd.last{
	margin-left:110px;
	display:block;
}
dl dt{
	margin-top:40px;
	font-size:1.1em;
	position:relative;
	font-weight:bold;
	color:#CAE5FA;
	margin-bottom:5px;
}
dl dt .year{
	left:-70px;
	font-weight:normal;
	position:absolute;
}
dl dt .year.range{
	left:-110px;
}
dl dt .location{
	font-weight:normal;
}
dl dd{
	border-bottom:1px solid #0E4772;
	margin-bottom:7px;
	padding-bottom:7px;
}
dd.last{
	border-bottom:0px none;
	margin-bottom:20px;
	padding-bottom:0px;
}

.contact{
	margin-top:75px;
}