#content {
	font-size: 11px;
	background: transparent url(/images/bio_image.jpg) no-repeat center top;
}

#bio {
	width: 337px;
	height: 468px;
	margin: 23px 20px 0px 0px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
	float: right;
}
* html #bio {
	margin-right: 10px;
}

#intro { margin-top: 10px; }

#bio div {
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

#content ul {
	padding-left: 25px;
	list-style-type: disc;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.representation p {
	margin-left: 10px;
}

#bio a {
	color: #eee;
	text-decoration: underline;
}