#container {
position: relative;
width: 322px;
margin: 0 0 0 0;
}

a {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#64952b;
font-weight:normal;
}

a:hover {
color:#231f20;
}

#widget {
	overflow: hidden;
	height: 178px; /* You should adjust this height for your project. */
	width: 322px;
	position: relative;
	float: left;
	min-width: 322px;
	padding: 10px;
}

#widget img {
float: left;
border: 1px solid white;
padding: .2em;
background: #d3d3d3;
margin-right: .5em;
width: 90px;
height: 90px;
}

#widget li {
clear: left;
overflow: hidden;
position: relative;
padding-bottom: 5px;
}

li p {
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
