/* Bowling Green Convention Visitors Bureau
   CSS Document (Events) */

#events_content
	{
	width: auto;
	margin-left: auto;
  margin-right: auto;
	}
	
#left_events
  {
	float: left;
	width: 280px;
	margin-left: 50px;
	margin-top: 30px;
	display: inline;
	}
	
#right_events
  {
	float: right;
	width: 340px;
	text-align: center;
	margin-right: 20px;
	display: inline;
	}
	
#spotlight
  {
	width: 44px;
	height: 44px;
	margin: 0px;
	padding-top: 300px;
	padding-left: 180px;
	position: absolute;
	}
	
.events_intro_type
  {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: black;
	margin-top: 20px;
	line-height: normal;
	}
	
.img_dots
  {
	margin-top: 5px;
	margin-bottom: 5px;
	}
