UL.people {
	list-style-type:none;
	padding:0;margin:0;
}
.person {
	width:135px;
	height:80px;
	margin-right:7px;
	margin-bottom:7px;
	float:left;
}
.person A:LINK, .person A:VISITED, .person A:ACTIVE {
	display:block;
	width:100%;
	height:100%;
	background: no-repeat -200px -200px;
}
.person A:HOVER {
	background: 0px 0px;
}
.person SPAN {
	display:none;
}

.newsItems {
	width:240px;
	font-size:10px;
	color: #7d7d7d;
	overflow-y:auto;
}

.newsItems h4, .newsItems h3 {
	padding:0 !important;
	margin:0 !important;
}

.newsItems .content {
	margin-right:25px;
	margin-top:3px;
	margin-bottom:10px;
	line-height:14px;
}

.newsItems .divider {
	margin-bottom:5px;
}


.video-bg {
	position:relative;
	background:url(/img/video_bg.jpg) no-repeat;
	left:-10px;
	margin-bottom:10px;
}
.video-div {
	padding-left:11px;
	padding-top:10px;
	padding-right:11px;
	padding-bottom:10px;
}
.video-hr {
	margin-left:-5px;
}




.imageList {
	margin-top:10px;
}

.imageList IMG {
	margin-right:10px;
	margin-bottom:10px;
}

#personProfile {
	/*margin-left:-80px;*/
	width:250px;
	margin-top:10px;
}

#personProfile .description {
	padding-right:20px;
	margin-top:25px;
	height:260px;
	overflow:auto;
	margin-bottom:15px;
}

BODY.small #personProfile .description {
	height: 220px;
}



.people {
	width: 450px;
}
