/*** Structure **/
#left {
	width: 44.5em;
}

#right {
	display: none;
	width: 15em;
}
/** End structure ***/

.greeting {
	text-align: center;
	padding-bottom: 1em;
}

/*** News section **/
.news {
	display: block;
	padding-left: 2em;
	margin-bottom: 0.5em;
/*	border: solid blue 1px; */
}

.news li p {
	padding-bottom: 1em;
}

.news .more {
	display: block;
	text-align: right;
	font-size: 90%;
	padding-right: 1em;
}
/** End of news section ***/

/*** Event section **/
.event {
	display: block;
	margin: 0.5em 0.5em 0.5em;
	background-color: #f5f5f5;
	
}

.edate, .etime, .evenue {
	display: block;
	font-weight: bold;
}

.edate:before { content: "Date: "; }
.etime:before { content: "Time: "; }
.evenue:before { content: "Venue: "; }
/*** end event **/
