* {
	text-align: left;
}

#page {
	padding: 1.3em;
	overflow: hidden;
}

#page_footer .col_03 {
	float: right;
}




.default_img_div {
	text-align: center;
	float: right;
	margin: .8em .8em 0em .8em;
	font-size: .8em;
	font-style: italic;
}

#default_img {
	border: 5px solid #afafaf;
}

.default_img_div p {
	margin-top: -5px;
	text-align: center;
}

#artist_portrait {
	border: 2px solid black;
	border-radius: 12px;
	margin: 1em;
	width: auto;
	height: 100px;
}

#artist_portrait_div {
	float: left;
	max-width: 210px;
	height: 150px;
	text-align: center;
}

#page_footer .col_01 {
	width: 30%;
	display: block;
	float: left;
}

#page_footer .col_02 {
	width: 33%;
	float: left;
}

.publication_title {
	font-style: italic;
}

.interview_question {
	font-weight: bold;
}

.quote {
	font-style: italic;	
}

.publication {
	max-height: 200px;
	max-width: 200px;
	width: auto;
	margin-left: 50px;
}

.align_right {
	float: right;
}

.align_left {
	float: left;
	margin-right: 5px;
}

.spacer {
	display: block;
	clear: both;
	width: 100%;
	height: 5px;
}

tr:nth-child(even) {background: #e3ede3}

tr:nth-child(odd) {background: #f4fff4}

td {
	padding: .5em;
}

tr:hover {
	background: #fdfdc2;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
