@charset "UTF-8";
/* CSS Document */

#right_column {
	width:745px;
	float:left;
	}
.events {
	background-image:url(../graphics/events/events_heading.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	text-indent:-9999em;
	}
.event_item {
	width:350px;
	height:420px;
	float:left;
	background-image:url(../graphics/events/events_list.jpg);
	background-repeat:no-repeat;
	}
.event {
	margin:0 0 0 25px;
	}
.event_site {
	margin:5px 0 0 0;
	}
.event img {
	width:300px;
	height:214px;
	}

.event_title {
	width:300px;
	height:24px;
	margin:15px 0 5px 0;
	font-size:12px;
	text-transform:capitalize;
	font-weight:normal;
	overflow:hidden;
	color:#8DBB71;
	letter-spacing:1px;
	}
#events p {
	height:100px;
	width:270px;
	padding:0 20px 0 5px;
	overflow:auto;
	}
