#content
{	overflow: hidden;
	}
	
	#event_navigation
	{	width: 220px;
		float: left;
		}
		#event_navigation a
		{	display: block;
			border-bottom: solid 1px #f1f1f1;
			line-height: 2.0em;
			}
			#event_navigation a.selected
			{	color: #999;
				}
			#event_navigation .subnav_container
			{	margin: 20px 0;
				}
				#event_navigation .subnav_container div div
				{	margin-left: 10px;
					}
		#event_address_container
		{	border: solid 1px #f1f1f1;
			padding: 0 10px;
			}
			#event_address_container a
			{	display: inline;
				color: #0099CC;
				border-bottom: dotted 1px #0099CC;
				}
				#event_address_container a:hover
				{	color: #999;
					border-bottom: dotted 1px #999;
					}
		
	#event_center
	{	width: 500px;
		margin: 0 20px;
		float: left;
		}
		#event_center a
		{	display: inline;
			color: #0099CC;
			border-bottom: dotted 1px #0099CC;
			}
			#event_center a:hover
			{	color: #999;
				border-bottom: dotted 1px #999;
				}
		#event_center hr
		{	border: none;
			height: 1px;
			border-bottom: solid 1px #f1f1f1;
			}
		#event_news
		{	clear: both;
			}
			#event_news div
			{	width: 50%;
				float: left;
				}
		
	#event_right
	{	width: 220px;
		float: left;
		}

