.twitter-header {
	background-color: #EDEDED;
	border: 2px solid #CDCDCC;
	border-bottom: 2px solid #929291;
	display: block;
	margin-top: 9px;
}

#tweets {
	list-style:none;
	margin: 0;
}

#tweets .tweet {
	list-style:none;
	margin: 0;
	clear: both;	
	padding: 10px;
	border-bottom: 1px solid #BEBEBE;
	color: #5D5D5D;
}

#tweets .tweet .profilepic {
	float: left;
/*	display: inline;*/
	padding: 0 2px 2px 0;
	display: block;
}

#tweets .tweet .person {
	font-size: 77%;
}

#tweets .tweet .contents {
	width: 250px;
}

#tweets .tweet .person,
#tweets .tweet .contents {
	margin-left: 32px;
}

#tweets .juniors2010ca {
	background-color: #EDEDED;
}