


#text-content h1{
	margin-left: 18px;
}

#text-content h2{
	width: 100px;
	color: #6a2889;
	background-color: #eac8fa;
	border: 1px solid #a465c3;
	padding-left: 10px;	
}


#text-content a:hover{
	text-decoration: underline;
}

#text-content img{
	background-color: white;
	border: 3px solid #a465c3;
	padding: 2px;
	width: 150px;
	float: right;
}

#event_top {
	
	margin: 0px 22px 10px 20px;
	background-color: #cd96e3;
	padding: 0px 10px 15px 10px;
	border-bottom: 5px solid #a465c3;
	border-top: 5px solid #a465c3;
	
	}


#event_top p{
	margin-right: 175px;
  font-size: 100%;  
  padding: 5px;
  background: url("../images/layout/event_background_top.png") left bottom no-repeat;
  border-top: 2px solid #a465c3;
  border-bottom: 2px solid #a465c3;
}

#event_top p:first-letter{
	font-size: 200%;
	font-weight: bold;
	color: #31035f;
	line-height: 0.8;
}


	
#event_bottom{
	clear: both;
	background-color: #cd96e3;
	margin: 0px 22px 10px 20px;
	padding: 0px 10px 15px 10px;
  border-bottom: 5px solid #a465c3;
	border-top: 5px solid #a465c3;
  
	}
	
	#event_bottom p{
	margin-right: 175px;
  font-size: 100%;   
  padding: 5px;
  background: url("../images/layout/event_background_bottom.png") left bottom no-repeat;
  border-top: 2px solid #a465c3;
  border-bottom: 2px solid #a465c3;
}

#event_bottom p:first-letter{
	font-size: 200%;
	font-weight: bold;
	color: #31035f;
	line-height: 0.8;
}


#text-content span{
	background-color: #a465c3;
	color: white;
	padding: 5px;
	margin-left: 5px;
	}
