
/* AWARDS */

#people_container {
	margin:40px 0 0;
}

#people_container  a{
	color:#808080;
}

#people_container  a:link{
	color:#808080;
}

#people_container  a:hover{
	color:#DB0000;
}


#people_left{
	float:left;
	width:45%;
	font-size:10px;
	line-height:23px;
}

#people_list{
	float:left;
	height:340px;
	width:100%;
}

#people_details {
	float:right;
	background-color:#F3F3F3;
	padding:20px;
	height:300px;
}

#people_details_photo {
	float:left;
	margin:0 10px 10px 0;
}

#people_details_top {
	height:130px;
	width:440px;
	font-size:10px;

}

#people_details_top a {
	text-decoration:underline;
	font-size:11px;
}

#people_details_top a:link {
	text-decoration:underline;
}

#people_details_top a:hover {

}

#people_details_bio {
}

#people_footer {
	float:left;
	width:100%;
}

#people_footer_title {
	float:right;
	margin:35px 35px 0 0 ;
}

#people_click {
	color:#A0A0A0;
	float:left;
	margin:70px 0 0;
}