div#list {
}

div#list table.item {
	float: left;
	width: 212px;
	margin: 10px 12px;
	background-color: #e5e8ed;
}

div#list table.item, div#list table.item a {
	color: #00204e;
}

div#list div.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

div#search {
	padding: 5px;
	background-color: #e5e8ed;
}

