@charset "utf-8";

div#content_main { 
	position: relative;
	left: 20%;
	width: 50%; }
	
div#content_bio { 
	margin-top: 0; margin-left: 0; }

div#content_bio p { padding-bottom: 10px; }

div#content_bio blockquote { 
	position: relative;
	top: -30px; }
	
div#content_bio blockquote, cite {
	font-style: italic; }
	
div#content_sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 22%;
	padding: 0 1em; }
	
div#content_sidebar h4 { 
	font-size: 120%;
	font-weight: bold; }
	
div#content_sidebar p { padding-bottom: 0; }	

ul#content_quotes li { padding-bottom: 10px; }

div#content_bio a, ul#content_quotes li a { 
	text-decoration: none; }

div#content_bio a:link, ul#content_quotes li a:link { 
	color: #000;
	border-bottom: 1px solid #000; }

div#content_bio a:visited, ul#content_quotes li a:visited { 
	color: #666;
	border-bottom: 1px solid #666; }

div#content_bio a:hover, ul#content_quotes li a:hover { 
	color: #999;
	font-style: italic; }

div#content_bio a:active, ul#content_quotes li a:active { color: #903; }

.last { padding-bottom: 0; }