div#resume {
	width: 800px;
}
ol#resume-categories {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}
#resume-categories a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.resume-year {
	margin: 0 0 10px 0;
}
.resume-year h3 {
	font-weight: bold;
}
#resume-category h2 {
	font-size: 12px;
	width: 95%;
	border-bottom: solid 1px;
}
#resume-category h3 {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding: 0 3px 0 0;
	margin: 0;
	font-size: 11px;
}
ul.resume-items {
	list-style-type: square;
	list-style-image:url(../images/hyphen_small.png);
	padding: 0 0 0 10px;
	margin: 0 0 0 120px;
	font-size: 11px;
}
ul.resume-items li {
	padding: 0 0 0 -5px;
	margin: 0;
}