body	{
	margin:		0;
	padding:	0;
	text-align: center;
	font-family: helvetica, verdana, geneva, arial, sans-serif;
	font-size: 10pt;
	color:	#333;
	background : #fff;  
	}
	    

a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#333;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#cc0033;
	background-color: transparent;
	text-decoration:	underline overline;
	}
.main_content {
	margin: 0px auto;
	padding: 20px;
	text-align: left;
	width: 640px;
	border: 1px solid #000;
	}
.main_title {
	text-align: center;
	font-weight: bold;
	}
.nav_block {
	text-align: center;
	font-size: 12pt;
	}
.nav_links {
	text-decoration: none;
	}
a.nav_links:visited {
	color: #333;
	}
a.nav_links:hover	{
	color:	#cc0033;
	background-color: transparent;
	text-decoration:	underline overline;
	}
.small {
	color: #666;
	font-size: 8pt;
	}
.essay_title {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	}
.image_table {
	text-align: center;
	align: top;
	padding: 10px;
	border: 1px solid #000;
	clear: all;
	}
.thumb_and_caption {
	text-align: left;
	font-size: 10pt;
	width: 180px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	top:0;
	}
.caption {
	padding: 10px; 
	font-size: 9pt;
	position:relative;
	}
.cv_item {
	position: relative;
	margin-left: 60px;
	padding-bottom: 10px;
	}
.cv_year {
	position: relative;
	width: 50px;
	float: left;
	margin-left: 0px;
	}