@charset "UTF-8";
.container {
	margin: auto;
	height: auto;
	width: 800px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.left {
	float: left;
	height: auto;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	.leftbio {
	float: left;
	height: auto;
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 40px;
	line-height: 16px;
}
.right {
	float: right;
	height: auto;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: auto;
	height: auto;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	padding: 3px;
	text-decoration: none;
}



a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}


.right a:link {
	color: #333333;
	text-decoration: none;
}
.right a:visited {
	color: #33333;
	text-decoration: none;
}
.right a:hover {
	color: #999999;
	
}
.right a:active {
	color: #333333;
	text-decoration: none;
}

