/* Events CSS */

#events .events_border{
	width: 746px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	background-color: #FFF;
	height: 600px;
	margin-top: -13px;
}
#events .events_holder{
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
#events h1{
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 20px;
	background-color: #666;
	display: block;
	margin: 0px;
	padding-top: 2px;
	text-align: center;
}
#events h2{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	display: block;
	margin: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
}
#events h2 a{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	display: block;
	text-decoration: none;
}
#events h2 a:link, a:visited{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	display: block;
}
#events h2 a:hover{
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	display: block;
	background-color: #CCCCCC;
}
#events .event_cell{
	width: 200px;
	float: left;
	padding-left: 37px;
	text-align: center;
}
#events .event_photos{
	width: 330px;
	float: right;
	margin-right: 35px;
	margin-top: 15px;
}
#events .mp3_holder{
	float: left;
	width: 270px;
	text-align: justify;
	margin-left: 55px;
	margin-top: 0px;
}
#events .event_heading{
	text-align: left;
	margin-right: 35px;
	margin-left: 45px;
}
#events .event_heading h1{
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#events a img{
	border: thin solid #FFFFFF;
}
#events a:hover img{
	border: thin solid #666666;
}
