#content table {
	table-layout:fixed;
	width: 800px;
	margin: 0px auto;
}

th {
	text-align: left;
	font-weight:normal;
	font-style:italic;
	font-size:10px;
	color:#ABCDCA;
}

table.theater .col1 {
	width:40%;
}

table.theater .col2 {
	width:40%;
}

table.theater .col3 {
	width:20%;
}

table.film .col1 {
	width:80%;
}

table.film .col2 {
	width:20%;
}

table.theater tr td:first-child, table.film tr td:first-child {
	font-style:italic;
}

table tr td:first-child span.annot, table tr td:first-child span.year {
	font-style:normal;
}

span.annot {
	font-size:smaller;
}

table.education .col1 {
	width:20%;
}

table.education .col2 {
	width:40%;
}

table.education .col3 {
	width:40%;
}

div.awards p {
	margin: 2px 5px;
}

span.year:before {content:"(";}
span.year:after {content:")";}
span.year{font-size:smaller;}
