/* CSS Document */
	
#main {
	width:950px;
	height:auto;
	position:absolute;
	top:120px;
	left:0;}
	
#featured_events {
	width:950px;
	height:400px;
	margin:0 0 23px 0;
	float:left;
	position:relative;
	background-color:#333;}

#events {
	width:950px;
	height:auto;
	margin:0;
	position:absolute;
	top:424px;
	left:0;}

.events_left {
	width:211px;
	height:183px;
	margin:0 17px 34px 0;
	background-color:#333;
	float:left;}

.events_mid {
	width:211px;
	height:183px;
	margin:0 17px 34px 17px;
	background-color:#333;
	float:left;}

.events_right {
	width:211px;
	height:183px;
	margin:0 0 34px 17px;
	background-color:#333;
	float:left;}
