#industry_content {width:1000px;margin:auto;}
#industry_calendar,#categories,#most_recent{margin-bottom:10px;}
.industry_body {
	background:#fff;
	padding:15px;
	border-left:solid 1px #f1f1f1;
	border-right:solid 1px #f1f1f1;
}

.industry_item_summary{margin-bottom:10px;}

.industry_date {
	width:60px;
	height:60px;
	float:left;
	margin-right:15px;
	background-color:#1b3f94;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.industry_date_month {
	width:60px;
	padding:3px 0px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#1b3f94;
	background:#fcde05;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}

.industry_date_day {
	width:60px;
	text-align:center;
	font-size:34px;
	color:#fff;
	padding:10px 0px;
}

.industry_content {
	float:left;
	width:565px;
}

.industry_category{font-size:16px;color:#555;margin-bottom:10px;}
.industry_read_more{margin-top:10px;}

#categories_body,#most_recent_body {background:#fff;border-left:solid 1px #f1f1f1;border-right:solid 1px #f1f1f1;}
#categories_body li,#most_recent_body li {font-size:16px;line-height:24px;list-style:none;color:#555;padding:10px 15px;border-bottom:solid 1px #f1f1f1;}
#categories_body li a:link,#categories_body li a:visited,#most_recent_body li a:link,#most_recent_body li a:visited{color:#555;text-decoration:none;}