body {
	line-height: 150%;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #e3e1e1;
	background-color: #45455a;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: 700;
}
a:visited {
	text-decoration: underline;
	color: #e3e1e1;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#bio {
	position: absolute;
	text-align: center;
	left: 245px;
	font-size: 110%;
	width: 505px;
}

content {
position: relative;
background-color: #ff9933;
border-width: 1px;
border-style: dashed;
border-color: yellow;
float: left;
}

#wrapper {
/* padding:30; */
}

