#buckets {
	height: 62px;
	background: transparent url('../images/buckets-background.jpg') repeat-y left top;
	margin: 10px 51px;
	padding: 5px;
	clear: both;
}
#buckets ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#buckets ul .bucket {
	float: left;
	display: inline;
	margin: 5px;
	width: 304px;
	height: 52px;
	padding: 0;
	background-color: #f4f8f9 !important;
}
#buckets ul .buckett {
	float: left;
	display: inline;
	margin: 5px;
	width: 304px;
	height: 52px;
	padding: 0;
	background-color: #f4f8f9 !important;
}
#buckets ul .buckett a {
	display: block;
	height: 26px;
	
	line-height: 12px;
	font-size: 10px;
	color: #384f5a;
	text-decoration: none;
	padding: 13px 50px 13px 124px;
	width: 130px;
}
#buckets ul .bucket a {
	display: block;
	height: 26px;
	background: transparent url('../images/buckets-plus.jpg') no-repeat right bottom;
	line-height: 12px;
	font-size: 10px;
	color: #384f5a;
	text-decoration: none;
	padding: 13px 50px 13px 124px;
	width: 130px;
}
#buckets #announcement {
	/*background: transparent url('../images/buckets-befitdolife.jpg') no-repeat left top;*/
	background:  url('../images/announcement.jpg') no-repeat left top;
	
}
#buckets #left_bucket {
	background: transparent url('../images/left_bucket.jpg') no-repeat left top;
}
