@CHARSET "UTF-8";

#team ul {
	margin: 0;
	padding: 0;
}

#team ul li {
	list-style: none;
	display: block;
	border-top:	1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	border-left: 1px dotted #aaa;
	background-color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
	height: 90px;
}

#team ul li:hover {
	background-color: #fafafa;
}

#team img {
	display: block;
	float: left;
}

#team p {
	margin: 0 0 5px 100px;
}