@charset 'utf-8';

@media screen,tv,print {

div#header {
	float: none;
	clear: both;
	height: 220px;
	background: black url("http://fanto.org/image/back/profile-header.jpg") no-repeat scroll 0% 0%;
	border-bottom: 1px solid #666666;
}

div.entry p {
	margin: 0 15px 15px 15px;
	font-size: 90%;
}
dl.biography, dl.important {
	margin: 15px 15px 15px 20px;
	font-size: 84%;
}
ul.books {
	margin: 15px 15px 15px 20px;
	font-size: 84%;
	list-style-type: none;
	list-style-position: outside;
}
ul.books li {
	padding: 3px 0 3px 13px;
	background: transparent url("http://fanto.org/image/icon/square-blue.gif") no-repeat scroll 0% 50%;
}

dl.biography dt {
	float: left;
	clear: left;
	width: 9em;
	padding-left: 13px;
	background: transparent url("http://fanto.org/image/icon/square-blue.gif") no-repeat scroll 0% 50%;
}
dl.biography dd {
	margin: 0.4em  0 0.4em 10em;
	
}
dl.important dt {
	float: left;
	clear: left;
	width: 15em;
	padding-left: 13px;
	background: transparent url("http://fanto.org/image/icon/square-blue.gif") no-repeat scroll 0% 50%;
}
dl.important dd {
	margin: 0.4em  0 0.4em 16em;
	
}

}