/* CSS Document */

.eventArticle{
	background:url(../image/eventBG.gif) repeat 0 0;
	margin:10px 0 10px 0;
}
.eventBottom{
	background:url(../image/eventArticleBottom.gif) no-repeat 0 bottom;
	padding:20px;	
}
.eventBottom img{
	display:block;
	margin:0 5px 5px 0;
}
.title{
	background:url(../image/eventArticleTitle.gif) no-repeat 0 0;
	width:540px;
	height:59px;
	margin-bottom:10px;
	padding:16px 0 0 90px;
}
.title span{
	font-size:12px;
	color:white;	
}
.title strong{
	display:block;
	font-size:20px;
	color:#ffff00;
}



hr{
	border:1px dotted #cccccc;	
}
