div.banner {
	cursor: pointer;
	float: left;
	margin: 10px 23px 10px 0; 
	width: 164px;
}

div.banner.last {
	margin: 10px 0 10px 0;
}

div.banner a {
	color: #000;
	text-decoration: none;
}

div.banner_header {
	background: #FF6201;
	font-size: 0.9em;
	font-weight: bold;
	height: 35px;
	padding: 2px 2px 2px 10px;
}

div.banner_header a {
	color: #fff;
}

div.banner_image {
	border-left: 1px solid #efebe0;
	border-right: 1px solid #efebe0;
	height: 130px;
	text-align: center;
}

div.banner_image img {
	padding-top: 20px;
}

div.banner_footer {
	background: #efebe0;
	padding: 2px 2px 2px 10px;
}
