h1 {
	background: url("../img/static/about_tag.png") bottom left no-repeat;
	padding: 20px 0px 2px 65px;
	margin: 0px 0px 0px -9px;
	color: #7681cb;
	font-size: 44px;
	}
#top_section {
	background: url("../img/static/top_section_bg.gif") top left repeat-x;
	padding: 11px 280px 12px 29px;
	color: #7681cb;
	font-size: 22px;
	font-weight: bold;
	}
.column {
	padding: 0px 30px 0px 30px;
	width: 270px;
	float: left;
	}
.column h2 {
	font-size: 22px;
	font-weight: bold;
	color: #7681cb;
	}
	
#events_column {
	background: #f0f0e9;
	margin-right: 32px;
	width: 250px;
	padding: 20px 20px 20px 18px;
	border: 1px solid #e2e5de;
	float: right;
	}
#events_column h2 {
	color: #515151;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	line-height: 20px;
	}
#events_column span.date {
	display: block;
	color: #ff6b0d;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	}
#events_column span.more_info {
	display: block;
	color: #9ab1a0;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 16px;
	}
#events_column span.event_details {
	display: block;
	color: #515151;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 20px;
	}
#cafe_image {
	border: 5px solid #ccdac5;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
